Skip to content

Commit

Permalink
chore: Prepare v3.13.0 release (#2934)
Browse files Browse the repository at this point in the history
Co-authored-by: sozercan <sozercan@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sozercan committed Aug 8, 2023
1 parent 19445ea commit 8e2aea5
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENABLE_PUBSUB ?= false
AUDIT_CONNECTION ?= "audit"
AUDIT_CHANNEL ?= "audit"

VERSION := v3.13.0-rc.1
VERSION := v3.13.0

KIND_VERSION ?= 0.17.0
# note: k8s version pinned since KIND image availability lags k8s releases
Expand Down
4 changes: 2 additions & 2 deletions charts/gatekeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: gatekeeper
icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
keywords:
- open policy agent
version: 3.13.0-rc.1
version: 3.13.0
home: https://github.com/open-policy-agent/gatekeeper
sources:
- https://github.com/open-policy-agent/gatekeeper.git
appVersion: v3.13.0-rc.1
appVersion: v3.13.0
10 changes: 5 additions & 5 deletions charts/gatekeeper/README.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions charts/gatekeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ resourceQuota: true
image:
repository: openpolicyagent/gatekeeper
crdRepository: openpolicyagent/gatekeeper-crds
release: v3.13.0-rc.1
release: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
preInstall:
crdRepository:
image:
repository: null
tag: v3.13.0-rc.1
tag: v3.13.0
postUpgrade:
labelNamespace:
enabled: false
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.13.0-rc.1
tag: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
extraNamespaces: []
Expand Down Expand Up @@ -86,7 +86,7 @@ postInstall:
extraRules: []
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.13.0-rc.1
tag: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
extraNamespaces: []
Expand Down Expand Up @@ -127,7 +127,7 @@ preUninstall:
enabled: false
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.13.0-rc.1
tag: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
priorityClassName: ""
Expand Down
4 changes: 2 additions & 2 deletions cmd/build/helmify/static/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: gatekeeper
icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
keywords:
- open policy agent
version: 3.13.0-rc.1
version: 3.13.0
home: https://github.com/open-policy-agent/gatekeeper
sources:
- https://github.com/open-policy-agent/gatekeeper.git
appVersion: v3.13.0-rc.1
appVersion: v3.13.0
10 changes: 5 additions & 5 deletions cmd/build/helmify/static/README.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions cmd/build/helmify/static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ resourceQuota: true
image:
repository: openpolicyagent/gatekeeper
crdRepository: openpolicyagent/gatekeeper-crds
release: v3.13.0-rc.1
release: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
preInstall:
crdRepository:
image:
repository: null
tag: v3.13.0-rc.1
tag: v3.13.0
postUpgrade:
labelNamespace:
enabled: false
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.13.0-rc.1
tag: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
extraNamespaces: []
Expand Down Expand Up @@ -86,7 +86,7 @@ postInstall:
extraRules: []
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.13.0-rc.1
tag: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
extraNamespaces: []
Expand Down Expand Up @@ -127,7 +127,7 @@ preUninstall:
enabled: false
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.13.0-rc.1
tag: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
priorityClassName: ""
Expand Down
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- "--operation=webhook"
- "--operation=mutation-webhook"
- "--disable-opa-builtin={http.send}"
image: openpolicyagent/gatekeeper:v3.13.0-rc.1
image: openpolicyagent/gatekeeper:v3.13.0
imagePullPolicy: Always
name: manager
ports:
Expand Down Expand Up @@ -148,7 +148,7 @@ spec:
- --disable-cert-rotation
command:
- /manager
image: openpolicyagent/gatekeeper:v3.13.0-rc.1
image: openpolicyagent/gatekeeper:v3.13.0
env:
# used by Gatekeeper
- name: POD_NAMESPACE
Expand Down
4 changes: 2 additions & 2 deletions deploy/gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3690,7 +3690,7 @@ spec:
fieldPath: metadata.namespace
- name: CONTAINER_NAME
value: manager
image: openpolicyagent/gatekeeper:v3.13.0-rc.1
image: openpolicyagent/gatekeeper:v3.13.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3807,7 +3807,7 @@ spec:
fieldPath: metadata.namespace
- name: CONTAINER_NAME
value: manager
image: openpolicyagent/gatekeeper:v3.13.0-rc.1
image: openpolicyagent/gatekeeper:v3.13.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifest_staging/charts/gatekeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: gatekeeper
icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
keywords:
- open policy agent
version: 3.13.0-rc.1
version: 3.13.0
home: https://github.com/open-policy-agent/gatekeeper
sources:
- https://github.com/open-policy-agent/gatekeeper.git
appVersion: v3.13.0-rc.1
appVersion: v3.13.0
10 changes: 5 additions & 5 deletions manifest_staging/charts/gatekeeper/README.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions manifest_staging/charts/gatekeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ resourceQuota: true
image:
repository: openpolicyagent/gatekeeper
crdRepository: openpolicyagent/gatekeeper-crds
release: v3.13.0-rc.1
release: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
preInstall:
crdRepository:
image:
repository: null
tag: v3.13.0-rc.1
tag: v3.13.0
postUpgrade:
labelNamespace:
enabled: false
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.13.0-rc.1
tag: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
extraNamespaces: []
Expand Down Expand Up @@ -86,7 +86,7 @@ postInstall:
extraRules: []
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.13.0-rc.1
tag: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
extraNamespaces: []
Expand Down Expand Up @@ -127,7 +127,7 @@ preUninstall:
enabled: false
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.13.0-rc.1
tag: v3.13.0
pullPolicy: IfNotPresent
pullSecrets: []
priorityClassName: ""
Expand Down
4 changes: 2 additions & 2 deletions manifest_staging/deploy/gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3690,7 +3690,7 @@ spec:
fieldPath: metadata.namespace
- name: CONTAINER_NAME
value: manager
image: openpolicyagent/gatekeeper:v3.13.0-rc.1
image: openpolicyagent/gatekeeper:v3.13.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3807,7 +3807,7 @@ spec:
fieldPath: metadata.namespace
- name: CONTAINER_NAME
value: manager
image: openpolicyagent/gatekeeper:v3.13.0-rc.1
image: openpolicyagent/gatekeeper:v3.13.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 8e2aea5

Please sign in to comment.