Skip to content

Commit

Permalink
Merge branch 'master' into exporter-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JaydipGabani authored Dec 20, 2024
2 parents 32c9d88 + 14e6c8a commit 150f347
Show file tree
Hide file tree
Showing 20 changed files with 201 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LOG_LEVEL ?= "INFO"
GENERATE_VAP ?= false
GENERATE_VAPBINDING ?= false

VERSION := v3.19.0-beta.0
VERSION := v3.19.0-beta.1

KIND_VERSION ?= 0.17.0
KIND_CLUSTER_FILE ?= test/bats/tests/kindcluster.yml
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.19.0-beta.0
version: 3.19.0-beta.1
home: https://github.com/open-policy-agent/gatekeeper
sources:
- https://github.com/open-policy-agent/gatekeeper.git
appVersion: v3.19.0-beta.0
appVersion: v3.19.0-beta.1
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 @@ -47,14 +47,14 @@ enableK8sNativeValidation: true
image:
repository: openpolicyagent/gatekeeper
crdRepository: openpolicyagent/gatekeeper-crds
release: v3.19.0-beta.0
release: v3.19.0-beta.1
pullPolicy: IfNotPresent
pullSecrets: []
preInstall:
crdRepository:
image:
repository: null
tag: v3.19.0-beta.0
tag: v3.19.0-beta.1
postUpgrade:
labelNamespace:
serviceAccount:
Expand All @@ -63,7 +63,7 @@ postUpgrade:
enabled: false
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.19.0-beta.0
tag: v3.19.0-beta.1
pullPolicy: IfNotPresent
pullSecrets: []
extraNamespaces: []
Expand Down Expand Up @@ -97,7 +97,7 @@ postInstall:
extraRules: []
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.19.0-beta.0
tag: v3.19.0-beta.1
pullPolicy: IfNotPresent
pullSecrets: []
extraNamespaces: []
Expand Down Expand Up @@ -141,7 +141,7 @@ preUninstall:
enabled: false
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.19.0-beta.0
tag: v3.19.0-beta.1
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.19.0-beta.0
version: 3.19.0-beta.1
home: https://github.com/open-policy-agent/gatekeeper
sources:
- https://github.com/open-policy-agent/gatekeeper.git
appVersion: v3.19.0-beta.0
appVersion: v3.19.0-beta.1
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 @@ -47,14 +47,14 @@ enableK8sNativeValidation: true
image:
repository: openpolicyagent/gatekeeper
crdRepository: openpolicyagent/gatekeeper-crds
release: v3.19.0-beta.0
release: v3.19.0-beta.1
pullPolicy: IfNotPresent
pullSecrets: []
preInstall:
crdRepository:
image:
repository: null
tag: v3.19.0-beta.0
tag: v3.19.0-beta.1
postUpgrade:
labelNamespace:
serviceAccount:
Expand All @@ -63,7 +63,7 @@ postUpgrade:
enabled: false
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.19.0-beta.0
tag: v3.19.0-beta.1
pullPolicy: IfNotPresent
pullSecrets: []
extraNamespaces: []
Expand Down Expand Up @@ -97,7 +97,7 @@ postInstall:
extraRules: []
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.19.0-beta.0
tag: v3.19.0-beta.1
pullPolicy: IfNotPresent
pullSecrets: []
extraNamespaces: []
Expand Down Expand Up @@ -141,7 +141,7 @@ preUninstall:
enabled: false
image:
repository: openpolicyagent/gatekeeper-crds
tag: v3.19.0-beta.0
tag: v3.19.0-beta.1
pullPolicy: IfNotPresent
pullSecrets: []
priorityClassName: ""
Expand Down
5 changes: 3 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.19.0-beta.0
image: openpolicyagent/gatekeeper:v3.19.0-beta.1
imagePullPolicy: Always
name: manager
ports:
Expand Down Expand Up @@ -145,12 +145,13 @@ spec:
- --operation=audit
- --operation=status
- --operation=mutation-status
- --operation=generate
- --logtostderr
- --disable-opa-builtin={http.send}
- --disable-cert-rotation
command:
- /manager
image: openpolicyagent/gatekeeper:v3.19.0-beta.0
image: openpolicyagent/gatekeeper:v3.19.0-beta.1
env:
# used by Gatekeeper
- name: POD_NAMESPACE
Expand Down
5 changes: 3 additions & 2 deletions deploy/gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5084,6 +5084,7 @@ spec:
- --operation=audit
- --operation=status
- --operation=mutation-status
- --operation=generate
- --logtostderr
- --disable-opa-builtin={http.send}
- --disable-cert-rotation
Expand All @@ -5108,7 +5109,7 @@ spec:
value: manager
- name: OTEL_RESOURCE_ATTRIBUTES
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
image: openpolicyagent/gatekeeper:v3.19.0-beta.0
image: openpolicyagent/gatekeeper:v3.19.0-beta.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -5227,7 +5228,7 @@ spec:
value: manager
- name: OTEL_RESOURCE_ATTRIBUTES
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
image: openpolicyagent/gatekeeper:v3.19.0-beta.0
image: openpolicyagent/gatekeeper:v3.19.0-beta.1
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.19.0-beta.0
version: 3.19.0-beta.1
home: https://github.com/open-policy-agent/gatekeeper
sources:
- https://github.com/open-policy-agent/gatekeeper.git
appVersion: v3.19.0-beta.0
appVersion: v3.19.0-beta.1
Loading

0 comments on commit 150f347

Please sign in to comment.