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

Commit

Permalink
bump SBO helm chart to v1.3.1 (#1292) (#1295)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
service-binding-operator-bot and sadlerap authored Oct 31, 2022
1 parent 569067b commit 2f0c5f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/service-binding-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: service-binding-operator
description: A Helm chart to deploy service binding operator
type: application
version: 1.3.0
appVersion: "1.3.0"
version: 1.3.1
appVersion: "1.3.1"
kubeVersion: ">= 1.19.2-0"
icon: https://raw.githubusercontent.com/redhat-developer/service-binding-operator/master/assets/icon/sbo-logo.png
keywords:
Expand All @@ -23,4 +23,4 @@ maintainers:
annotations:
charts.openshift.io/name: service-binding-operator
charts.openshift.io/provider: RedHat
charts.openshift.io/supportURL: https://github.com/redhat-developer/service-binding-operator.git
charts.openshift.io/supportURL: https://github.com/redhat-developer/service-binding-operator.git
4 changes: 2 additions & 2 deletions charts/service-binding-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- --zap-log-level=info
command:
- /manager
image: "{{.Values.image.repository}}/servicebinding-operator@sha256:e01016cacae84dfb6eaf7a1022130e7d95e2a8489c38d4d46e4f734848e93849"
image: "{{.Values.image.repository}}/servicebinding-operator@sha256:67c2a2502f59fac1e7ded9ed19b59bbd4e50f5559a13978a87ecd2283b81e067"
imagePullPolicy: {{.Values.image.pullPolicy}}
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -63,4 +63,4 @@ spec:
- name: cert
secret:
defaultMode: 420
secretName: service-binding-operator-service-cert
secretName: service-binding-operator-service-cert

0 comments on commit 2f0c5f6

Please sign in to comment.