Skip to content

Commit

Permalink
added param image.digest Sealed Secrets image SHA256 Digest value on …
Browse files Browse the repository at this point in the history
…L36 and L44

Signed-off-by: Chandu Paladugu <[email protected]>
  • Loading branch information
devopstoday11 authored Nov 27, 2024
1 parent 7c6d698 commit e4f21ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/sealed-secrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ commonLabels: {}
## @param image.registry Sealed Secrets image registry
## @param image.repository Sealed Secrets image repository
## @param image.tag Sealed Secrets image tag (immutable tags are recommended)
## @param image.digest Sealed Secrets image SHA256 Digest value
## @param image.pullPolicy Sealed Secrets image pull policy
## @param image.pullSecrets [array] Sealed Secrets image pull secrets
##
image:
registry: docker.io
repository: bitnami/sealed-secrets-controller
tag: 0.27.2
#digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit e4f21ca

Please sign in to comment.