mirror of https://git.rancher.io/charts
Merge pull request #1969 from superseb/v26_fix_opagk381
[dev-v2.6] Change gatekeeper crd to rancher mirrored imagepull/1973/head^2
commit
19184ba290
Binary file not shown.
|
@ -47,7 +47,7 @@ preUninstall:
|
|||
deleteWebhookConfigurations:
|
||||
enabled: false
|
||||
image:
|
||||
repository: openpolicyagent/gatekeeper-crds
|
||||
repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
|
||||
tag: v3.8.1
|
||||
pullPolicy: IfNotPresent
|
||||
pullSecrets: []
|
||||
|
|
|
@ -3425,10 +3425,10 @@ entries:
|
|||
catalog.cattle.io/ui-component: gatekeeper
|
||||
apiVersion: v2
|
||||
appVersion: v3.8.1
|
||||
created: "2022-06-17T15:19:34.954848239+05:30"
|
||||
created: "2022-07-08T15:22:20.380211+02:00"
|
||||
description: Modifies Open Policy Agent's upstream gatekeeper chart that provides
|
||||
policy-based control for cloud native environments
|
||||
digest: 25f7ba3d4e586f00af405906f19f20998c99fccc239e9800cab2841280d21187
|
||||
digest: f0f7a4497fbfda46803a54665cbc8050f603cacb66783486ae6aca7d17a1d7e4
|
||||
home: https://github.com/open-policy-agent/gatekeeper
|
||||
icon: https://charts.rancher.io/assets/logos/gatekeeper.svg
|
||||
keywords:
|
||||
|
|
|
@ -11,6 +11,15 @@
|
|||
pullPolicy: IfNotPresent
|
||||
pullSecrets: []
|
||||
securityContext:
|
||||
@@ -47,7 +47,7 @@
|
||||
deleteWebhookConfigurations:
|
||||
enabled: false
|
||||
image:
|
||||
- repository: openpolicyagent/gatekeeper-crds
|
||||
+ repository: rancher/mirrored-openpolicyagent-gatekeeper-crds
|
||||
tag: v3.8.1
|
||||
pullPolicy: IfNotPresent
|
||||
pullSecrets: []
|
||||
@@ -60,10 +60,13 @@
|
||||
runAsGroup: 999
|
||||
runAsNonRoot: true
|
||||
|
|
Loading…
Reference in New Issue