diff --git a/catalog/s3-operator/index.yaml b/catalog/s3-operator/index.yaml index 654efa4..ac8b010 100644 --- a/catalog/s3-operator/index.yaml +++ b/catalog/s3-operator/index.yaml @@ -28,10 +28,12 @@ entries: - name: s3-operator.v0.3.0 - name: s3-operator.v0.3.1 - name: s3-operator.v0.3.3 +- name: s3-operator.v0.3.4 replaces: s3-operator.v0.2.2 skips: - s3-operator.v0.3.0 - s3-operator.v0.3.1 + - s3-operator.v0.3.3 name: stable-v0 package: s3-operator schema: olm.channel diff --git a/templates/s3-operator.yaml b/templates/s3-operator.yaml index 0af1713..c09c955 100644 --- a/templates/s3-operator.yaml +++ b/templates/s3-operator.yaml @@ -16,3 +16,4 @@ Stable: - Image: ghcr.io/snapp-incubator/s3-operator-bundle:v0.3.0 - Image: ghcr.io/snapp-incubator/s3-operator-bundle:v0.3.1 - Image: ghcr.io/snapp-incubator/s3-operator-bundle:v0.3.3 + - Image: ghcr.io/snapp-incubator/s3-operator-bundle:v0.3.4 \ No newline at end of file