diff --git a/catalog/simple-authenticator/index.yaml b/catalog/simple-authenticator/index.yaml index 0652e1c..eae0402 100644 --- a/catalog/simple-authenticator/index.yaml +++ b/catalog/simple-authenticator/index.yaml @@ -1,5 +1,5 @@ --- -defaultChannel: candidate-v0 +defaultChannel: stable-v0 name: simple-authenticator schema: olm.package --- @@ -22,6 +22,15 @@ name: candidate-v0 package: simple-authenticator schema: olm.channel --- +entries: +- name: simple-authenticator.v0.1.7 +- name: simple-authenticator.v0.1.8 + skips: + - simple-authenticator.v0.1.7 +name: stable-v0 +package: simple-authenticator +schema: olm.channel +--- image: ghcr.io/snapp-incubator/simple-authenticator-bundle:v0.1.2 name: simple-authenticator.v0.1.2 package: simple-authenticator diff --git a/templates/simple-authenticator.yaml b/templates/simple-authenticator.yaml index 6ddab59..1cfc313 100644 --- a/templates/simple-authenticator.yaml +++ b/templates/simple-authenticator.yaml @@ -11,6 +11,6 @@ Candidate: - Image: ghcr.io/snapp-incubator/simple-authenticator-bundle:v0.1.7 - Image: ghcr.io/snapp-incubator/simple-authenticator-bundle:v0.1.8 Stable: - Bundels: + Bundles: - Image: ghcr.io/snapp-incubator/simple-authenticator-bundle:v0.1.7 - Image: ghcr.io/snapp-incubator/simple-authenticator-bundle:v0.1.8 \ No newline at end of file