File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11helm /cache-registry /charts /* .tgz
2-
2+ values.yaml
33
44# Binaries for programs and plugins
55* .exe
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Common labels
3535*/} }
3636{ {- define " cache-registry.labels" -} }
3737helm.sh/chart: { { include " cache-registry.chart" . } }
38+ cache-registry.enix.io/image-caching-policy: ignore
3839{ { include " cache-registry.selectorLabels" . } }
3940{ {- if .Chart.AppVersion } }
4041app.kubernetes.io/version: { { .Chart.AppVersion | quote } }
Original file line number Diff line number Diff line change @@ -13,7 +13,14 @@ webhooks:
1313 name : dcr-webhook-service
1414 namespace : {{ .Release.Namespace }}
1515 path : /mutate-core-v1-pod
16- failurePolicy : Fail
16+ failurePolicy : Ignore
17+ objectSelector :
18+ matchExpressions :
19+ - key : cache-registry.enix.io/image-caching-policy
20+ operator : NotIn
21+ values :
22+ - ignore
23+ {{- .Values.proxy.webhook.objectSelector.matchExpressions | toYaml | nindent 4 }}
1724 name : mpod.kb.io
1825 rules :
1926 - apiGroups :
Original file line number Diff line number Diff line change 3131 certificateIssuerRef :
3232 kind : Issuer
3333 name : dcr-selfsigned-issuer
34+ objectSelector :
35+ matchExpressions : []
3436
3537registry :
3638 image :
You can’t perform that action at this time.
0 commit comments