Commit 9c636a3 authored Oct 2, 2023 Verified
1 parent 3bcbd9a commit 9c636a3 Copy full SHA for 9c636a3
File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: common
3
3
repository: oci://registry-1.docker.io/bitnamicharts
4
- version: 2.10 .0
5
- digest: sha256:023ded170632d04528f30332370f34fc8fb96efb2886a01d934cb3bd6e6d2e09
6
- generated: "2023-09-05T11:35:55.621686 +02:00"
4
+ version: 2.13 .0
5
+ digest: sha256:6b6084c51b6a028a651f6e8539d0197487ee807c5bae44867d4ea6ccd1f9ae93
6
+ generated: "2023-09-29T11:06:04.261917 +02:00"
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ maintainers:
34
34
name : redis
35
35
sources :
36
36
- https://github.com/bitnami/charts/tree/main/bitnami/redis
37
- version : 18.1.1
37
+ version : 18.1.2
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ Copyright VMware, Inc.
3
3
SPDX-License-Identifier : APACHE-2.0
4
4
*/}}
5
5
6
- {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}}
7
- {{- if and $pspAvailable .Values.podSecurityPolicy.create }}
6
+ {{- if and (include "common.capabilities.psp.supported" .) .Values.podSecurityPolicy.create }}
8
7
apiVersion : policy/v1beta1
9
8
kind : PodSecurityPolicy
10
9
metadata :
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ metadata:
14
14
annotations : {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
15
15
{{- end }}
16
16
rules :
17
- {{- $pspAvailable := (semverCompare "<1.25-0" (include "common.capabilities.kubeVersion" .)) -}}
18
- {{- if and $pspAvailable .Values.podSecurityPolicy.enabled }}
17
+ {{- if and (include "common.capabilities.psp.supported" .) .Values.podSecurityPolicy.enabled }}
19
18
- apiGroups :
20
19
- ' {{ template "podSecurityPolicy.apiGroup" . }}'
21
20
resources :
You can’t perform that action at this time.
0 commit comments