Commit e7bed5a 1 parent 9e80148 commit e7bed5a Copy full SHA for e7bed5a
File tree 1 file changed +20
-20
lines changed
charts/kubewarden-defaults
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ policyServer:
60
60
image :
61
61
# The registry is defined in the global.cattle.systemDefaultRegistry value
62
62
repository : " kubewarden/policy-server"
63
- tag : v1.10.0
63
+ tag : v1.11.0-rc1
64
64
serviceAccountName : policy-server
65
65
# verificationConfig: your_configmap
66
66
# Configmap containing a Sigstore verification configuration under a key
@@ -88,26 +88,26 @@ policyServer:
88
88
# Example of usage:
89
89
# imagePullSecret: "mysecret"
90
90
imagePullSecret : null # insecureSources stores a list of allowed insecure registries.
91
- #
92
- # Example of usage:
93
- # insecureSources:
94
- # - "source1"
95
- # - "source2"
91
+ #
92
+ # Example of usage:
93
+ # insecureSources:
94
+ # - "source1"
95
+ # - "source2"
96
96
insecureSources : null # sourceAuthorities is a list of the URIs and their PEM encoded certificates
97
- # used to authenticate them
98
- #
99
- # Example of usage:
100
- # sourceAuthorities:
101
- # - uri: "uri1"
102
- # certs:
103
- # - "cert1"
104
- # - "cert2"
105
- # - uri: "uri2"
106
- # certs:
107
- # - "cert3"
108
- # - uri: "uri3"
109
- # certs:
110
- # - "cert4"
97
+ # used to authenticate them
98
+ #
99
+ # Example of usage:
100
+ # sourceAuthorities:
101
+ # - uri: "uri1"
102
+ # certs:
103
+ # - "cert1"
104
+ # - "cert2"
105
+ # - uri: "uri2"
106
+ # certs:
107
+ # - "cert3"
108
+ # - uri: "uri3"
109
+ # certs:
110
+ # - "cert4"
111
111
sourceAuthorities : {}
112
112
crdVersion : " policies.kubewarden.io/v1"
113
113
recommendedPolicies :
You can’t perform that action at this time.
0 commit comments