From 9c391f8d1413190cd2ac6a31049687650ec78f2c Mon Sep 17 00:00:00 2001 From: Sina Date: Sun, 7 Jan 2024 12:37:18 +0330 Subject: [PATCH] added stable channel --- catalog/simple-authenticator/index.yaml | 11 ++++++++++- templates/simple-authenticator.yaml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) 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