-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ebdce57
commit 4694daf
Showing
11 changed files
with
45 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,16 +20,16 @@ sources: | |
kubeVersion: ">=1.19.0-0" | ||
type: application | ||
# The chart version and dependencies will be properly set when the chart is released matching the operator version | ||
version: "0.0.0" | ||
version: "1.0.0-rc6" | ||
dependencies: | ||
- name: authorino-operator | ||
version: 0.0.0 | ||
version: 0.15.0 | ||
repository: https://kuadrant.io/helm-charts/ | ||
- name: limitador-operator | ||
version: 0.0.0 | ||
version: 0.12.0 | ||
repository: https://kuadrant.io/helm-charts/ | ||
- name: dns-operator | ||
version: 0.0.0 | ||
version: 0.9.0 | ||
repository: https://kuadrant.io/helm-charts/ | ||
maintainers: | ||
- email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resources: | ||
- github.com/Kuadrant/authorino-operator/config/deploy?ref=main | ||
- github.com/Kuadrant/authorino-operator/config/deploy?ref=v0.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
resources: | ||
- github.com/Kuadrant/limitador-operator/config/default?ref=main | ||
- github.com/Kuadrant/limitador-operator/config/default?ref=v0.12.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#Release default values | ||
AUTHORINO_OPERATOR_VERSION=0.15.0 | ||
AUTHORINO_OPERATOR_BUNDLE_IMG=quay.io/kuadrant/authorino-operator-bundle:v0.15.0 | ||
LIMITADOR_OPERATOR_VERSION=0.12.0 | ||
LIMITADOR_OPERATOR_BUNDLE_IMG=quay.io/kuadrant/limitador-operator-bundle:v0.12.0 | ||
DNS_OPERATOR_VERSION=0.9.0 | ||
DNS_OPERATOR_BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.9.0 | ||
WASM_SHIM_VERSION=0.7.0 | ||
RELATED_IMAGE_WASMSHIM=oci://quay.io/kuadrant/wasm-shim:v0.7.0 | ||
RELATED_IMAGE_CONSOLEPLUGIN=quay.io/kuadrant/console-plugin:v0.0.13 | ||
IMG=quay.io/kuadrant/kuadrant-operator:v1.0.0-rc6 | ||
BUNDLE_VERSION=1.0.0-rc6 | ||
BUNDLE_IMG=quay.io/kuadrant/kuadrant-operator-bundle:v1.0.0-rc6 | ||
CATALOG_IMG=quay.io/kuadrant/kuadrant-operator-catalog:v1.0.0-rc6 | ||
CHANNELS=alpha | ||
BUNDLE_CHANNELS=--channels=alpha | ||
VERSION=1.0.0-rc6 |