Skip to content
Open
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/quota-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ controller:
# quota-controller; must stay in sync with .github/workflows/docker.yaml).
image:
repository: ghcr.io/opendefensecloud/quota-controller
tag: ""
tag: "@sha256:341be274435cc8225e86e5215591ca9b4aa9eb6aaff5fa9aadfdfe4a48cdb950"
pullPolicy: IfNotPresent

# Secret containing a kubeconfig for connecting to the kcp quota-ctrl workspace.
Expand Down Expand Up @@ -69,7 +69,7 @@ webhook:
# quota-webhook; must stay in sync with .github/workflows/docker.yaml).
image:
repository: ghcr.io/opendefensecloud/quota-webhook
tag: ""
tag: "@sha256:d38d82621174872026d9f1b0d4e4fadd0c73edb4e486df35db034c6b632f3566"
pullPolicy: IfNotPresent

# Port the TLS admission server listens on (inside the container).
Expand Down
Loading