Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.
Closed
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
2 changes: 1 addition & 1 deletion charts/cert-manager-webhook-cloudns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "@sha256:e5bae7e902f5b16a659cffc28cf1cda824cb5ef1dfc6c9cc0be1a03ee1bf6bdd"

# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions charts/kivitendo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ image:
repository: ghcr.io/rwunderer/kivitendo
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "@sha256:36d4a9fba24a17b63307bd4c4c9c4a4b30984e18174d4372f58bd8b1f92a22d9"

imagePullSecrets: []
nameOverride: ""
Expand All @@ -52,7 +52,7 @@ backupJob:
image:
repository: ghcr.io/rwunderer/postgres-s3backup
pullPolicy: IfNotPresent
tag: "v0.8.0"
tag: "v0.8.0@sha256:5f484e17c4ad70921d2549eb5d1736367185ed463a2b4af1e6cd709d951422af"

resources: {}

Expand Down
2 changes: 1 addition & 1 deletion charts/kube-oidc-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: quay.io/jetstack/kube-oidc-proxy
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "@sha256:ae93792ea2aad62374a9d69cf26a722417253aa739c2a6072b4329dbabd97394"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/passless-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: quay.io/wavesoftware/passless-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "@sha256:f54f55e73d105c5b67af88fe35e6588cd4f93f33f40e2282b7ad884d3d2cad21"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/ps-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: percona/percona-server-mysql-operator
tag: 0.8.0
tag: 0.8.0@sha256:8b276f19c2ed5a2ca24608ba992aac2026405d45284a0b5efbe5d9cbe7440171
pullPolicy: IfNotPresent

# set if you want to specify a namespace to watch
Expand Down
Loading