Skip to content

Commit

Permalink
Update module chart and resources to v0.7.0 (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyma-gopher-bot authored Dec 24, 2024
1 parent 66e27e9 commit 59da84b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 23 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.9
appVersion: v0.7.0
description: A Helm chart for SAP BTP Operator for Kubernetes
name: sap-btp-operator
version: v0.6.9
version: v0.7.0
8 changes: 0 additions & 8 deletions module-chart/chart/templates/crd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@ spec:
description: Indicates when binding secret was rotated
format: date-time
type: string
observedGeneration:
description: Last generation that was acted on
format: int64
type: integer
operationType:
description: The operation type (CREATE/UPDATE/DELETE) for ongoing
operation
Expand Down Expand Up @@ -820,10 +816,6 @@ spec:
description: The generated ID of the instance, will be automatically
filled once the instance is created
type: string
observedGeneration:
description: Last generation that was acted on
format: int64
type: integer
operationType:
description: The operation type (CREATE/UPDATE/DELETE) for ongoing
operation
Expand Down
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.9
tag: v0.7.0
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: c6f19d52-7c30-4fa3-bf93-c6e29a8bbc2b
CLUSTER_ID: 3d88bf53-793a-40c8-9e0c-a4c1dc3aa2bd
MANAGEMENT_NAMESPACE: kyma-system
RELEASE_NAMESPACE: kyma-system
ENABLE_LIMITED_CACHE: "false"
Expand Down
8 changes: 0 additions & 8 deletions module-resources/apply/crd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,6 @@ spec:
description: Indicates when binding secret was rotated
format: date-time
type: string
observedGeneration:
description: Last generation that was acted on
format: int64
type: integer
operationType:
description: The operation type (CREATE/UPDATE/DELETE) for ongoing operation
type: string
Expand Down Expand Up @@ -769,10 +765,6 @@ spec:
instanceID:
description: The generated ID of the instance, will be automatically filled once the instance is created
type: string
observedGeneration:
description: Last generation that was acted on
format: int64
type: integer
operationType:
description: The operation type (CREATE/UPDATE/DELETE) for ongoing operation
type: string
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: 83e154c82c7570a5c4aa116a7a23c0f0b7c6c0b8771cdfa2e2669c674211d33d
checksum/config: 97410790e1e3840a1a2878b1ca12b8e645987f83a2a2e194933ecc9a5440a15a
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.9"
image: "ghcr.io/sap/sap-btp-service-operator/controller:v0.7.0"
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.9
release: v0.7.0
annotations:
"helm.sh/hook": pre-delete
"helm.sh/hook-weight": "0"
Expand Down

0 comments on commit 59da84b

Please sign in to comment.