Skip to content

Commit

Permalink
fix: curlimages CVE fix (#2389)
Browse files Browse the repository at this point in the history
* fix: curlimages CVE fix

* fix: curlimages CVE fix

* fix: curlimages CVE fix

* fix: curlimages CVE fix

* build: Updated licenses.d2iq.yaml

* fix: curlimages CVE fix

* fix: curlimages CVE fix

* fix: curlimages CVE fix

---------

Co-authored-by: d2iq-mergebot <ci-mergebot@d2iq.com>
  • Loading branch information
SandhyaRavi2403 and d2iq-mergebot committed Jul 15, 2024
1 parent 93325d7 commit 204921d
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ignore:
# - url: https://github.com/curl/curl
# ref: curl-${image_tag//./_}
# license_path: COPYING
- docker.io/curlimages/curl:7.88.1
- docker.io/curlimages/curl:8.8.0

# This is added as part of `kubetunnel` project, but we only use cURL from
# this project.
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.16.3/constraints
path: ./services/gatekeeper/3.16.4/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.16.3/constrainttemplates
path: ./services/gatekeeper/3.16.4/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.16.3-d2iq-defaults
name: gatekeeper-3.16.4-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand All @@ -26,7 +26,7 @@ data:
priorityClassName: system-cluster-critical
image:
repository: curlimages/curl
tag: 7.88.1
tag: 8.8.0
controllerManager:
tlsMinVersion: 1.2
upgradeCRDs:
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.16.3/release
path: ./services/gatekeeper/3.16.4/release
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
releaseName: kommander-gatekeeper
valuesFrom:
- kind: ConfigMap
name: gatekeeper-3.16.3-d2iq-defaults
name: gatekeeper-3.16.4-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.16.3-d2iq-defaults
name: gatekeeper-3.16.4-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.16.3/
- ../3.16.3/defaults/
- ../3.16.4/
- ../3.16.4/defaults/
patches:
- patch: |
- op: replace
Expand Down

0 comments on commit 204921d

Please sign in to comment.