Skip to content

Commit

Permalink
Update module chart and resources to v0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kyma-gopher-bot committed Nov 13, 2024
1 parent 5273191 commit af70953
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions module-chart/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.6.8
appVersion: v0.6.9
description: A Helm chart for SAP BTP Operator for Kubernetes
name: sap-btp-operator
version: v0.6.8
version: v0.6.9
2 changes: 1 addition & 1 deletion module-chart/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ manager:
management_namespace:
image:
repository: ghcr.io/sap/sap-btp-service-operator/controller
tag: v0.6.8
tag: v0.6.9
sha: ""
secret:
b64encoded: false
Expand Down
2 changes: 1 addition & 1 deletion module-resources/apply/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
"services.cloud.sap.com/managed-by-sap-btp-operator": "true"
data:
CLUSTER_ID: c09af054-3c89-4aaa-a011-e341a9fe2653
CLUSTER_ID: 3efb518a-4637-4daf-86a6-73e95f6b9b99
MANAGEMENT_NAMESPACE: kyma-system
RELEASE_NAMESPACE: kyma-system
ENABLE_LIMITED_CACHE: "false"
Expand Down
4 changes: 2 additions & 2 deletions module-resources/apply/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 3dd2cec012010df6af87da6c9dabac0cd304b4f394accd784f317635324f4e55
checksum/config: f1ce4cc3b90a68bbe02c57c2d854680b1de9f65595b1c3fe56b4a404766a231d
sidecar.istio.io/inject: "false"
labels:
control-plane: controller-manager
Expand Down Expand Up @@ -52,7 +52,7 @@ spec:
- secretRef:
name: sap-btp-operator-clusterid
optional: true
image: "ghcr.io/sap/sap-btp-service-operator/controller:v0.6.8"
image: "ghcr.io/sap/sap-btp-service-operator/controller:v0.6.9"
imagePullPolicy: IfNotPresent
name: manager
ports:
Expand Down
2 changes: 1 addition & 1 deletion module-resources/excluded/to-exclude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: pre-delete-job
namespace: kyma-system
labels:
release: v0.6.8
release: v0.6.9
annotations:
"helm.sh/hook": pre-delete
"helm.sh/hook-weight": "0"
Expand Down

0 comments on commit af70953

Please sign in to comment.