Skip to content

Commit 5be06a9

Browse files
chore: Prepare v3.18.3 release (#3936)
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 8c7b2ad commit 5be06a9

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.18.2
25+
VERSION := v3.18.3
2626

2727
KIND_VERSION ?= 0.27.0
2828
KIND_CLUSTER_FILE ?= test/bats/tests/kindcluster.yml

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.18.2
7+
version: 3.18.3
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.18.2
11+
appVersion: v3.18.3

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
@@ -47,14 +47,14 @@ enableK8sNativeValidation: true
4747
image:
4848
repository: openpolicyagent/gatekeeper
4949
crdRepository: openpolicyagent/gatekeeper-crds
50-
release: v3.18.2
50+
release: v3.18.3
5151
pullPolicy: IfNotPresent
5252
pullSecrets: []
5353
preInstall:
5454
crdRepository:
5555
image:
5656
repository: null
57-
tag: v3.18.2
57+
tag: v3.18.3
5858
postUpgrade:
5959
labelNamespace:
6060
serviceAccount:
@@ -63,7 +63,7 @@ postUpgrade:
6363
enabled: false
6464
image:
6565
repository: openpolicyagent/gatekeeper-crds
66-
tag: v3.18.2
66+
tag: v3.18.3
6767
pullPolicy: IfNotPresent
6868
pullSecrets: []
6969
extraNamespaces: []
@@ -97,7 +97,7 @@ postInstall:
9797
extraRules: []
9898
image:
9999
repository: openpolicyagent/gatekeeper-crds
100-
tag: v3.18.2
100+
tag: v3.18.3
101101
pullPolicy: IfNotPresent
102102
pullSecrets: []
103103
extraNamespaces: []
@@ -141,7 +141,7 @@ preUninstall:
141141
enabled: false
142142
image:
143143
repository: openpolicyagent/gatekeeper-crds
144-
tag: v3.18.2
144+
tag: v3.18.3
145145
pullPolicy: IfNotPresent
146146
pullSecrets: []
147147
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.18.2
7+
version: 3.18.3
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.18.2
11+
appVersion: v3.18.3

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
@@ -47,14 +47,14 @@ enableK8sNativeValidation: true
4747
image:
4848
repository: openpolicyagent/gatekeeper
4949
crdRepository: openpolicyagent/gatekeeper-crds
50-
release: v3.18.2
50+
release: v3.18.3
5151
pullPolicy: IfNotPresent
5252
pullSecrets: []
5353
preInstall:
5454
crdRepository:
5555
image:
5656
repository: null
57-
tag: v3.18.2
57+
tag: v3.18.3
5858
postUpgrade:
5959
labelNamespace:
6060
serviceAccount:
@@ -63,7 +63,7 @@ postUpgrade:
6363
enabled: false
6464
image:
6565
repository: openpolicyagent/gatekeeper-crds
66-
tag: v3.18.2
66+
tag: v3.18.3
6767
pullPolicy: IfNotPresent
6868
pullSecrets: []
6969
extraNamespaces: []
@@ -97,7 +97,7 @@ postInstall:
9797
extraRules: []
9898
image:
9999
repository: openpolicyagent/gatekeeper-crds
100-
tag: v3.18.2
100+
tag: v3.18.3
101101
pullPolicy: IfNotPresent
102102
pullSecrets: []
103103
extraNamespaces: []
@@ -141,7 +141,7 @@ preUninstall:
141141
enabled: false
142142
image:
143143
repository: openpolicyagent/gatekeeper-crds
144-
tag: v3.18.2
144+
tag: v3.18.3
145145
pullPolicy: IfNotPresent
146146
pullSecrets: []
147147
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.18.2
59+
image: openpolicyagent/gatekeeper:v3.18.3
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.18.2
154+
image: openpolicyagent/gatekeeper:v3.18.3
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
@@ -5109,7 +5109,7 @@ spec:
51095109
value: manager
51105110
- name: OTEL_RESOURCE_ATTRIBUTES
51115111
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
5112-
image: openpolicyagent/gatekeeper:v3.18.2
5112+
image: openpolicyagent/gatekeeper:v3.18.3
51135113
imagePullPolicy: Always
51145114
livenessProbe:
51155115
httpGet:
@@ -5228,7 +5228,7 @@ spec:
52285228
value: manager
52295229
- name: OTEL_RESOURCE_ATTRIBUTES
52305230
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
5231-
image: openpolicyagent/gatekeeper:v3.18.2
5231+
image: openpolicyagent/gatekeeper:v3.18.3
52325232
imagePullPolicy: Always
52335233
livenessProbe:
52345234
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.18.2
7+
version: 3.18.3
88
home: https://github.com/open-policy-agent/gatekeeper
99
sources:
1010
- https://github.com/open-policy-agent/gatekeeper.git
11-
appVersion: v3.18.2
11+
appVersion: v3.18.3

0 commit comments

Comments
 (0)