Skip to content

Commit c51b78e

Browse files
chore: Prepare v3.20.1 release (#4133)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JaydipGabani <20255485+JaydipGabani@users.noreply.github.com>
1 parent 854aa7c commit c51b78e

File tree

13 files changed

+43
-43
lines changed

13 files changed

+43
-43
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LOG_LEVEL ?= "INFO"
2222
GENERATE_VAP ?= false
2323
GENERATE_VAPBINDING ?= false
2424

25-
VERSION := v3.20.0
25+
VERSION := v3.20.1
2626

2727
KIND_VERSION ?= 0.27.0
2828
KIND_CLUSTER_FILE ?= ""

charts/gatekeeper/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: gatekeeper
44
icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
55
keywords:
66
- open policy agent
7-
version: 3.20.0
7+
version: 3.20.1
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.20.0
11+
appVersion: v3.20.1

charts/gatekeeper/README.md

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

charts/gatekeeper/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ enableK8sNativeValidation: true
5151
image:
5252
repository: openpolicyagent/gatekeeper
5353
crdRepository: openpolicyagent/gatekeeper-crds
54-
release: v3.20.0
54+
release: v3.20.1
5555
pullPolicy: IfNotPresent
5656
pullSecrets: []
5757
preInstall:
5858
crdRepository:
5959
image:
6060
repository: null
61-
tag: v3.20.0
61+
tag: v3.20.1
6262
postUpgrade:
6363
labelNamespace:
6464
serviceAccount:
@@ -67,7 +67,7 @@ postUpgrade:
6767
enabled: false
6868
image:
6969
repository: openpolicyagent/gatekeeper-crds
70-
tag: v3.20.0
70+
tag: v3.20.1
7171
pullPolicy: IfNotPresent
7272
pullSecrets: []
7373
extraNamespaces: []
@@ -101,7 +101,7 @@ postInstall:
101101
extraRules: []
102102
image:
103103
repository: openpolicyagent/gatekeeper-crds
104-
tag: v3.20.0
104+
tag: v3.20.1
105105
pullPolicy: IfNotPresent
106106
pullSecrets: []
107107
extraNamespaces: []
@@ -145,7 +145,7 @@ preUninstall:
145145
enabled: false
146146
image:
147147
repository: openpolicyagent/gatekeeper-crds
148-
tag: v3.20.0
148+
tag: v3.20.1
149149
pullPolicy: IfNotPresent
150150
pullSecrets: []
151151
priorityClassName: ""

cmd/build/helmify/static/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: gatekeeper
44
icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
55
keywords:
66
- open policy agent
7-
version: 3.20.0
7+
version: 3.20.1
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.20.0
11+
appVersion: v3.20.1

cmd/build/helmify/static/README.md

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

cmd/build/helmify/static/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ enableK8sNativeValidation: true
5151
image:
5252
repository: openpolicyagent/gatekeeper
5353
crdRepository: openpolicyagent/gatekeeper-crds
54-
release: v3.20.0
54+
release: v3.20.1
5555
pullPolicy: IfNotPresent
5656
pullSecrets: []
5757
preInstall:
5858
crdRepository:
5959
image:
6060
repository: null
61-
tag: v3.20.0
61+
tag: v3.20.1
6262
postUpgrade:
6363
labelNamespace:
6464
serviceAccount:
@@ -67,7 +67,7 @@ postUpgrade:
6767
enabled: false
6868
image:
6969
repository: openpolicyagent/gatekeeper-crds
70-
tag: v3.20.0
70+
tag: v3.20.1
7171
pullPolicy: IfNotPresent
7272
pullSecrets: []
7373
extraNamespaces: []
@@ -101,7 +101,7 @@ postInstall:
101101
extraRules: []
102102
image:
103103
repository: openpolicyagent/gatekeeper-crds
104-
tag: v3.20.0
104+
tag: v3.20.1
105105
pullPolicy: IfNotPresent
106106
pullSecrets: []
107107
extraNamespaces: []
@@ -145,7 +145,7 @@ preUninstall:
145145
enabled: false
146146
image:
147147
repository: openpolicyagent/gatekeeper-crds
148-
tag: v3.20.0
148+
tag: v3.20.1
149149
pullPolicy: IfNotPresent
150150
pullSecrets: []
151151
priorityClassName: ""

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
- "--operation=webhook"
5757
- "--operation=mutation-webhook"
5858
- "--disable-opa-builtin={http.send}"
59-
image: openpolicyagent/gatekeeper:v3.20.0
59+
image: openpolicyagent/gatekeeper:v3.20.1
6060
imagePullPolicy: Always
6161
name: manager
6262
ports:
@@ -151,7 +151,7 @@ spec:
151151
- --disable-cert-rotation
152152
command:
153153
- /manager
154-
image: openpolicyagent/gatekeeper:v3.20.0
154+
image: openpolicyagent/gatekeeper:v3.20.1
155155
env:
156156
# used by Gatekeeper
157157
- name: POD_NAMESPACE

deploy/gatekeeper.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5296,7 +5296,7 @@ spec:
52965296
value: manager
52975297
- name: OTEL_RESOURCE_ATTRIBUTES
52985298
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
5299-
image: openpolicyagent/gatekeeper:v3.20.0
5299+
image: openpolicyagent/gatekeeper:v3.20.1
53005300
imagePullPolicy: Always
53015301
livenessProbe:
53025302
httpGet:
@@ -5415,7 +5415,7 @@ spec:
54155415
value: manager
54165416
- name: OTEL_RESOURCE_ATTRIBUTES
54175417
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
5418-
image: openpolicyagent/gatekeeper:v3.20.0
5418+
image: openpolicyagent/gatekeeper:v3.20.1
54195419
imagePullPolicy: Always
54205420
livenessProbe:
54215421
httpGet:

manifest_staging/charts/gatekeeper/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: gatekeeper
44
icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
55
keywords:
66
- open policy agent
7-
version: 3.20.0
7+
version: 3.20.1
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.20.0
11+
appVersion: v3.20.1

0 commit comments

Comments
 (0)