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

update chart with service binding operator 1.3.0 #1258

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0
appVersion: "1.2.0"
version: 1.3.0
appVersion: "1.3.0"
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.repository}}/servicebinding-operator@sha256:f79f6999a15534dbe56e658caf94fc4b7afb5ceeb7b49f32a60ead06fbd7c3fc"
image: "{{.Values.image.repository}}/servicebinding-operator@sha256:e01016cacae84dfb6eaf7a1022130e7d95e2a8489c38d4d46e4f734848e93849"
imagePullPolicy: {{.Values.image.pullPolicy}}
securityContext:
allowPrivilegeEscalation: false
Expand Down