Skip to content

Commit

Permalink
Update module chart and resources to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyma-gopher-bot committed Dec 27, 2024
1 parent 884197b commit e310bd1
Show file tree
Hide file tree
Showing 9 changed files with 31 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.7.0
appVersion: v0.7.1
description: A Helm chart for SAP BTP Operator for Kubernetes
name: sap-btp-operator
version: v0.7.0
version: v0.7.1
4 changes: 4 additions & 0 deletions module-chart/chart/templates/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ metadata:
namespace: {{.Release.Namespace}}
labels:
"services.cloud.sap.com/managed-by-sap-btp-operator": "true"
{{- if .Values.operator_configmap_annotations }}
annotations:
{{- toYaml .Values.operator_configmap_annotations | nindent 4 }}
{{- end }}
data:
{{- if .Values.cluster.id }}
CLUSTER_ID: {{ .Values.cluster.id }}
Expand Down
7 changes: 7 additions & 0 deletions module-chart/chart/templates/crd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,10 @@ spec:
all active users.
type: string
type: object
watchParametersFromChanges:
description: indicate instance will update on secrets from parametersFrom
change
type: boolean
required:
- serviceOfferingName
- servicePlanName
Expand Down Expand Up @@ -809,6 +813,9 @@ spec:
- type
type: object
type: array
forceReconcile:
description: if true need to update instance
type: boolean
hashedSpec:
description: HashedSpec is the hashed spec without the shared property
type: string
Expand Down
4 changes: 4 additions & 0 deletions module-chart/chart/templates/secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ metadata:
namespace: {{ .Release.Namespace }}
labels:
"services.cloud.sap.com/managed-by-sap-btp-operator": "true"
{{- if .Values.manager.secret.annotations }}
annotations:
{{- toYaml .Values.manager.secret.annotations | nindent 4 }}
{{- end }}
type: Opaque
data:
{{- if .Values.manager.secret.b64encoded }}
Expand Down
5 changes: 4 additions & 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.7.0
tag: v0.7.1
sha: ""
secret:
b64encoded: false
Expand All @@ -29,6 +29,7 @@ manager:
sm_url: ""
tokenurl: ""
tokenurlsuffix: "/oauth/token"
# annotations: {}
rbacProxy:
image:
repository: quay.io/brancz/kube-rbac-proxy
Expand Down Expand Up @@ -95,3 +96,5 @@ externalImages:
repository: bitnami/kubectl
sha: ""
tag: latest
# Option for adding annotations to configmap
# operator_configmap_annotations: {}
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: 3d88bf53-793a-40c8-9e0c-a4c1dc3aa2bd
CLUSTER_ID: 1eab9c4e-621d-4970-a7c9-60aba260bb66
MANAGEMENT_NAMESPACE: kyma-system
RELEASE_NAMESPACE: kyma-system
ENABLE_LIMITED_CACHE: "false"
Expand Down
6 changes: 6 additions & 0 deletions module-resources/apply/crd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,9 @@ spec:
description: The name that uniquely identifies this user among all active users.
type: string
type: object
watchParametersFromChanges:
description: indicate instance will update on secrets from parametersFrom change
type: boolean
required:
- serviceOfferingName
- servicePlanName
Expand Down Expand Up @@ -759,6 +762,9 @@ spec:
- type
type: object
type: array
forceReconcile:
description: if true need to update instance
type: boolean
hashedSpec:
description: HashedSpec is the hashed spec without the shared property
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: 97410790e1e3840a1a2878b1ca12b8e645987f83a2a2e194933ecc9a5440a15a
checksum/config: 27bd98e8d64952422cc9a8342d2311ee8fcf26a0a13c12e79b98a22850a90afa
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.7.0"
image: "ghcr.io/sap/sap-btp-service-operator/controller:v0.7.1"
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.7.0
release: v0.7.1
annotations:
"helm.sh/hook": pre-delete
"helm.sh/hook-weight": "0"
Expand Down

0 comments on commit e310bd1

Please sign in to comment.