Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module chart and resources to v0.6.9 #899

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: c6f19d52-7c30-4fa3-bf93-c6e29a8bbc2b
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: 83e154c82c7570a5c4aa116a7a23c0f0b7c6c0b8771cdfa2e2669c674211d33d
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
Loading