Skip to content

Release catalog source for the latest operator version

Georgi N. Georgiev requested to merge release-release-catalog-source into master

How to test this:

  1. Verify that the CatalogSource in the job is being built. Take the image and create a new catalog source:
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
  name: gitlab-runner-operator-catalog
  namespace: openshift-marketplace
spec:
  sourceType: grpc
  image: registry.gitlab.com/gitlab-org/gl-openshift/gitlab-runner-operator/gitlab-runner-operator-catalog-source:v0.0.1-0303e50b
  displayName: Gitlab Runner Operator Catalog
  publisher: GitLab
  updateStrategy:
    registryPoll:
      interval: 30m
  1. Verify that a runner with this version shows up in your OperatorHub.
  2. Install the new operator
  3. Verify the version of the manager by running:
❯ oc rsh -c manager gitlab-runner-controller-manager-56b645d666-6qlmb /manager --version                                                              21:57:50
GitLab Runner Operator Version: v0.0.1-0303e50b (2021-03-10)

Closes #31 (closed)

Edited by Georgi N. Georgiev

Merge request reports