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

Commit b82c512

Browse files
Bump version to v1.3.3 for helm chart (redhat-developer#1364) (redhat-developer#1365)
Signed-off-by: Pavel Macík <[email protected]> Signed-off-by: Pavel Macík <[email protected]> Signed-off-by: Pavel Macík <[email protected]> Co-authored-by: Pavel Macík <[email protected]>
1 parent 03568b6 commit b82c512

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/service-binding-operator/Chart.yaml

Lines changed: 2 additions & 2 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.2
6-
appVersion: "1.3.2"
5+
version: 1.3.3
6+
appVersion: "1.3.3"
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:

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

Lines changed: 1 addition & 1 deletion
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.image | default (printf "%s/%s" .Values.image.repository "servicebinding-operator@sha256:30bf7f0f21024bb2e1e4db901b1f5e89ab56e0f3197a919d2bbb670f3fe5223a") | quote}}
32+
image: {{.Values.image.image | default (printf "%s/%s" .Values.image.repository "servicebinding-operator@sha256:e4259939a496f292a31b5e57760196d63a8182b999164d93a446da48c4ea24eb") | quote}}
3333
imagePullPolicy: {{.Values.image.pullPolicy}}
3434
securityContext:
3535
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)