Skip to content

Commit

Permalink
[manifests] Helm chart manifests for release v0.9.0-alpha1
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Jul 31, 2024
1 parent 661b677 commit 00d2211
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions charts/kuadrant-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,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: "0.9.0-alpha1"
dependencies:
- name: authorino-operator
version: 0.0.0
version: 0.12.0-alpha1
repository: https://kuadrant.io/helm-charts/
- name: limitador-operator
version: 0.0.0
version: 0.10.0-alpha3
repository: https://kuadrant.io/helm-charts/
- name: dns-operator
version: 0.0.0
version: 0.4.0-alpha1
repository: https://kuadrant.io/helm-charts/
maintainers:
- email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/kuadrant-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17310,8 +17310,8 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: oci://quay.io/kuadrant/wasm-shim:latest
image: quay.io/kuadrant/kuadrant-operator:latest
value: oci://quay.io/kuadrant/wasm-shim:v0.4.0
image: quay.io/kuadrant/kuadrant-operator:v0.9.0-alpha1
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/kuadrant/kuadrant-operator
newTag: latest
newTag: v0.9.0-alpha1
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_WASMSHIM
value: "oci://quay.io/kuadrant/wasm-shim:latest"
value: "oci://quay.io/kuadrant/wasm-shim:v0.4.0"
image: controller:latest
name: manager
securityContext:
Expand Down

0 comments on commit 00d2211

Please sign in to comment.