Skip to content

Commit

Permalink
Merge pull request #518 from thomasferrandiz/bump-go-cve
Browse files Browse the repository at this point in the history
Update coredns and metrics-server to fix GO-2024-3106
  • Loading branch information
thomasferrandiz authored Sep 10, 2024
2 parents 61ffe22 + 47aa2ea commit e049a87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
+ repository: rancher/hardened-coredns
# Overrides the image tag whose default is the chart appVersion.
- tag: ""
+ tag: "v1.11.1-build20240305"
+ tag: "v1.11.1-build20240910"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -116,7 +116,7 @@
- repository: registry.k8s.io/cpa/cluster-proportional-autoscaler
- tag: "1.8.5"
+ repository: rancher/hardened-cluster-autoscaler
+ tag: "v1.8.10-build20240124"
+ tag: "v1.8.10-build20240910"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -181,10 +181,10 @@
+ use_cilium_lrp: false
+ image:
+ repository: rancher/hardened-dns-node-cache
+ tag: "1.22.28-build20240125"
+ tag: "1.23.1-build20240910"
+ initimage:
+ repository: rancher/hardened-dns-node-cache
+ tag: "1.22.28-build20240125"
+ tag: "1.23.1-build20240910"
+ nodeSelector:
+ kubernetes.io/os: linux
+
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-coredns/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/coredns/helm/releases/download/coredns-1.29.0/coredns-1.29.0.tgz
packageVersion: 04
packageVersion: 05
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
+ repository: rancher/hardened-k8s-metrics-server
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
- tag: ""
+ tag: v0.7.1-build20240401
+ tag: v0.7.1-build20240910
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand All @@ -27,7 +27,7 @@
- repository: registry.k8s.io/autoscaling/addon-resizer
- tag: 1.8.20
+ repository: rancher/hardened-addon-resizer
+ tag: 1.8.20-build20240410
+ tag: 1.8.20-build20240910
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-metrics-server/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/kubernetes-sigs/metrics-server/releases/download/metrics-server-helm-chart-3.12.0/metrics-server-3.12.0.tgz
packageVersion: 02
packageVersion: 03

0 comments on commit e049a87

Please sign in to comment.