Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 2f0c5f6

Browse files
bump SBO helm chart to v1.3.1 (#1292) (#1295)
Signed-off-by: Andy Sadler <[email protected]> Signed-off-by: Andy Sadler <[email protected]> Signed-off-by: Andy Sadler <[email protected]> Co-authored-by: Andy Sadler <[email protected]>
1 parent 569067b commit 2f0c5f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/service-binding-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: service-binding-operator
33
description: A Helm chart to deploy service binding operator
44
type: application
5-
version: 1.3.0
6-
appVersion: "1.3.0"
5+
version: 1.3.1
6+
appVersion: "1.3.1"
77
kubeVersion: ">= 1.19.2-0"
88
icon: https://raw.githubusercontent.com/redhat-developer/service-binding-operator/master/assets/icon/sbo-logo.png
99
keywords:
@@ -23,4 +23,4 @@ maintainers:
2323
annotations:
2424
charts.openshift.io/name: service-binding-operator
2525
charts.openshift.io/provider: RedHat
26-
charts.openshift.io/supportURL: https://github.com/redhat-developer/service-binding-operator.git
26+
charts.openshift.io/supportURL: https://github.com/redhat-developer/service-binding-operator.git

charts/service-binding-operator/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- --zap-log-level=info
3030
command:
3131
- /manager
32-
image: "{{.Values.image.repository}}/servicebinding-operator@sha256:e01016cacae84dfb6eaf7a1022130e7d95e2a8489c38d4d46e4f734848e93849"
32+
image: "{{.Values.image.repository}}/servicebinding-operator@sha256:67c2a2502f59fac1e7ded9ed19b59bbd4e50f5559a13978a87ecd2283b81e067"
3333
imagePullPolicy: {{.Values.image.pullPolicy}}
3434
securityContext:
3535
allowPrivilegeEscalation: false
@@ -63,4 +63,4 @@ spec:
6363
- name: cert
6464
secret:
6565
defaultMode: 420
66-
secretName: service-binding-operator-service-cert
66+
secretName: service-binding-operator-service-cert

0 commit comments

Comments
 (0)