Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bump Gatekeeper to v3.18.2 #3026

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@ resources:
- license_path: LICENSE.thomseddon.md
ref: ${image_tag}
url: https://github.com/mesosphere/traefik-forward-auth
- container_image: docker.io/openpolicyagent/gatekeeper-crds:v3.17.0
- container_image: docker.io/openpolicyagent/gatekeeper-crds:v3.18.2
sources:
- license_path: LICENSE
notice_path: NOTICE
ref: ${image_tag}
url: https://github.com/open-policy-agent/gatekeeper
- container_image: docker.io/openpolicyagent/gatekeeper:v3.17.0
- container_image: docker.io/openpolicyagent/gatekeeper:v3.18.2
sources:
- license_path: LICENSE
notice_path: NOTICE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/gatekeeper/3.17.0/constraints
path: ./services/gatekeeper/3.18.2/constraints
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/gatekeeper/3.17.0/constrainttemplates
path: ./services/gatekeeper/3.18.2/constrainttemplates
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: gatekeeper-3.17.0-d2iq-defaults
name: gatekeeper-3.18.2-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/gatekeeper/3.17.0/release
path: ./services/gatekeeper/3.18.2/release
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: open-policy-agent.github.io-charts
namespace: kommander-flux
version: 3.17.0
version: 3.18.2
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,7 +25,7 @@ spec:
releaseName: kommander-gatekeeper
valuesFrom:
- kind: ConfigMap
name: gatekeeper-3.17.0-d2iq-defaults
name: gatekeeper-3.18.2-d2iq-defaults
- kind: ConfigMap
name: gatekeeper-overrides
optional: true
Expand Down Expand Up @@ -88,7 +88,7 @@ spec:
releaseName: gatekeeper-proxy-mutations
valuesFrom:
- kind: ConfigMap
name: gatekeeper-3.17.0-d2iq-defaults
name: gatekeeper-3.18.2-d2iq-defaults
- kind: ConfigMap
name: gatekeeper-overrides
optional: true
4 changes: 2 additions & 2 deletions services/gatekeeper/bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ kind: Kustomization
#
# Also see chart/kommander-bootstrap/templates/flux-resources.yaml
resources:
- ../3.17.0/
- ../3.17.0/defaults/
- ../3.18.2/
- ../3.18.2/defaults/
patches:
- patch: |
- op: replace
Expand Down
Loading