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

Commit

Permalink
bump helm chart to v1.4.1 (#1528) (#1531)
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Sadler <[email protected]>
Co-authored-by: Andy Sadler <[email protected]>
  • Loading branch information
service-binding-operator-bot and sadlerap authored Nov 13, 2023
1 parent d4547be commit 2a6b491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.4.0
appVersion: "1.4.0"
version: 1.4.1
appVersion: "1.4.1"
kubeVersion: ">= 1.19.2-0"
icon: https://raw.githubusercontent.com/redhat-developer/service-binding-operator/master/assets/icon/sbo-logo.png
keywords:
Expand Down
2 changes: 1 addition & 1 deletion 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.image | default (printf "%s/%s" .Values.image.repository "servicebinding-operator@sha256:ac47f496fb7ecdcbc371f8c809fad2687ec0c35bbc8c522a7ab63b3e5ffd90ea") | quote}}
image: {{.Values.image.image | default (printf "%s/%s" .Values.image.repository "servicebinding-operator@sha256:16286ac84ddd521897d92472dae857a4c18479f255b725dfb683bc72df6e0865") | quote}}
imagePullPolicy: {{.Values.image.pullPolicy}}
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit 2a6b491

Please sign in to comment.