Skip to content

Commit

Permalink
Update module chart and resources to v0.5.10 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyma-gopher-bot authored Jan 4, 2024
1 parent b19c558 commit eb99001
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.5.9
appVersion: v0.5.10
description: A Helm chart for SAP BTP Operator for Kubernetes
name: sap-btp-operator
version: v0.5.9
version: v0.5.10
2 changes: 1 addition & 1 deletion module-chart/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ manager:
management_namespace:
image:
repository: ghcr.io/sap/sap-btp-service-operator/controller
tag: v0.5.9
tag: v0.5.10
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 @@ -2,7 +2,7 @@
# Source: sap-btp-operator/templates/configmap.yml
apiVersion: v1
data:
CLUSTER_ID: c3181693-50b1-42a4-8c63-4c017a70ec15
CLUSTER_ID: d8d76559-d5bc-4812-a781-4dc8ef1a413e
MANAGEMENT_NAMESPACE: kyma-system
RELEASE_NAMESPACE: kyma-system
ALLOW_CLUSTER_ACCESS: "true"
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: a24f19e12704026663589df6ccef7f3cd7285d89c433e75c3147c3d8f0ad3b58
checksum/config: 963d490ed109effc03cc61e953b816cb83f4420f3425b05a51b64d686871b8c8
sidecar.istio.io/inject: "false"
labels:
control-plane: controller-manager
Expand Down Expand Up @@ -48,7 +48,7 @@ spec:
envFrom:
- configMapRef:
name: sap-btp-operator-config
image: "ghcr.io/sap/sap-btp-service-operator/controller:v0.5.9"
image: "ghcr.io/sap/sap-btp-service-operator/controller:v0.5.10"
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.5.9
release: v0.5.10
annotations:
"helm.sh/hook": pre-delete
"helm.sh/hook-weight": "0"
Expand Down

0 comments on commit eb99001

Please sign in to comment.