Skip to content

Commit b417e91

Browse files
chore: Prepare v3.22.0 release (#4438)
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 a6fc13a commit b417e91

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
@@ -23,7 +23,7 @@ GENERATE_VAP ?= true
2323
GENERATE_VAPBINDING ?= true
2424
SYNC_VAP_ENFORCEMENT_SCOPE ?= true
2525

26-
VERSION := v3.22.0-rc.0
26+
VERSION := v3.22.0
2727

2828
KIND_VERSION ?= 0.29.0
2929
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.22.0-rc.0
7+
version: 3.22.0
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.22.0-rc.0
11+
appVersion: v3.22.0

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
@@ -89,14 +89,14 @@ extraVolumes: []
8989
image:
9090
repository: openpolicyagent/gatekeeper
9191
crdRepository: openpolicyagent/gatekeeper-crds
92-
release: v3.22.0-rc.0
92+
release: v3.22.0
9393
pullPolicy: IfNotPresent
9494
pullSecrets: []
9595
preInstall:
9696
crdRepository:
9797
image:
9898
repository: null
99-
tag: v3.22.0-rc.0
99+
tag: v3.22.0
100100
postUpgrade:
101101
labelNamespace:
102102
serviceAccount:
@@ -105,7 +105,7 @@ postUpgrade:
105105
enabled: false
106106
image:
107107
repository: openpolicyagent/gatekeeper-crds
108-
tag: v3.22.0-rc.0
108+
tag: v3.22.0
109109
pullPolicy: IfNotPresent
110110
pullSecrets: []
111111
extraNamespaces: []
@@ -142,7 +142,7 @@ postInstall:
142142
extraRules: []
143143
image:
144144
repository: openpolicyagent/gatekeeper-crds
145-
tag: v3.22.0-rc.0
145+
tag: v3.22.0
146146
pullPolicy: IfNotPresent
147147
pullSecrets: []
148148
extraNamespaces: []
@@ -189,7 +189,7 @@ preUninstall:
189189
enabled: false
190190
image:
191191
repository: openpolicyagent/gatekeeper-crds
192-
tag: v3.22.0-rc.0
192+
tag: v3.22.0
193193
pullPolicy: IfNotPresent
194194
pullSecrets: []
195195
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.22.0-rc.0
7+
version: 3.22.0
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.22.0-rc.0
11+
appVersion: v3.22.0

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
@@ -89,14 +89,14 @@ extraVolumes: []
8989
image:
9090
repository: openpolicyagent/gatekeeper
9191
crdRepository: openpolicyagent/gatekeeper-crds
92-
release: v3.22.0-rc.0
92+
release: v3.22.0
9393
pullPolicy: IfNotPresent
9494
pullSecrets: []
9595
preInstall:
9696
crdRepository:
9797
image:
9898
repository: null
99-
tag: v3.22.0-rc.0
99+
tag: v3.22.0
100100
postUpgrade:
101101
labelNamespace:
102102
serviceAccount:
@@ -105,7 +105,7 @@ postUpgrade:
105105
enabled: false
106106
image:
107107
repository: openpolicyagent/gatekeeper-crds
108-
tag: v3.22.0-rc.0
108+
tag: v3.22.0
109109
pullPolicy: IfNotPresent
110110
pullSecrets: []
111111
extraNamespaces: []
@@ -142,7 +142,7 @@ postInstall:
142142
extraRules: []
143143
image:
144144
repository: openpolicyagent/gatekeeper-crds
145-
tag: v3.22.0-rc.0
145+
tag: v3.22.0
146146
pullPolicy: IfNotPresent
147147
pullSecrets: []
148148
extraNamespaces: []
@@ -189,7 +189,7 @@ preUninstall:
189189
enabled: false
190190
image:
191191
repository: openpolicyagent/gatekeeper-crds
192-
tag: v3.22.0-rc.0
192+
tag: v3.22.0
193193
pullPolicy: IfNotPresent
194194
pullSecrets: []
195195
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.22.0-rc.0
59+
image: openpolicyagent/gatekeeper:v3.22.0
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.22.0-rc.0
154+
image: openpolicyagent/gatekeeper:v3.22.0
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
@@ -5496,7 +5496,7 @@ spec:
54965496
value: manager
54975497
- name: OTEL_RESOURCE_ATTRIBUTES
54985498
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
5499-
image: openpolicyagent/gatekeeper:v3.22.0-rc.0
5499+
image: openpolicyagent/gatekeeper:v3.22.0
55005500
imagePullPolicy: Always
55015501
livenessProbe:
55025502
httpGet:
@@ -5615,7 +5615,7 @@ spec:
56155615
value: manager
56165616
- name: OTEL_RESOURCE_ATTRIBUTES
56175617
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
5618-
image: openpolicyagent/gatekeeper:v3.22.0-rc.0
5618+
image: openpolicyagent/gatekeeper:v3.22.0
56195619
imagePullPolicy: Always
56205620
livenessProbe:
56215621
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.22.0-rc.0
7+
version: 3.22.0
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.22.0-rc.0
11+
appVersion: v3.22.0

0 commit comments

Comments
 (0)