From e2a421ad9cfa17b13ef8549d7be38981026368f9 Mon Sep 17 00:00:00 2001 From: Johnatas Date: Thu, 12 Oct 2023 22:15:17 -0300 Subject: [PATCH] Update for coredns, metrics-server, whereabout, multus and canal (#377) * update canal Signed-off-by: Johnatas * update coredns Signed-off-by: Johnatas * update metrics-server Signed-off-by: Johnatas * update whereabouts Signed-off-by: Johnatas * update multus Signed-off-by: Johnatas * back calico package version Signed-off-by: Johnatas Santos * user defined Signed-off-by: Johnatas Santos --------- Signed-off-by: Johnatas Santos Co-authored-by: Johnatas Santos --- packages/rke2-canal/charts/Chart.yaml | 2 +- packages/rke2-canal/charts/values.yaml | 10 +++++----- packages/rke2-canal/package.yaml | 2 +- .../generated-changes/patch/values.yaml.patch | 8 ++++---- packages/rke2-coredns/package.yaml | 2 +- .../generated-changes/patch/values.yaml.patch | 2 +- packages/rke2-metrics-server/package.yaml | 2 +- packages/rke2-multus/package.yaml | 2 +- .../generated-changes/patch/values.yaml.patch | 2 +- packages/rke2-whereabouts/package.yaml | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/rke2-canal/charts/Chart.yaml b/packages/rke2-canal/charts/Chart.yaml index da27f77e..cbabb83d 100644 --- a/packages/rke2-canal/charts/Chart.yaml +++ b/packages/rke2-canal/charts/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: rke2-canal description: Install Canal Network Plugin. -version: v3.26.1-build20230802 +version: v3.26.1-build20231009 appVersion: v3.26.1 home: https://www.projectcalico.org/ keywords: diff --git a/packages/rke2-canal/charts/values.yaml b/packages/rke2-canal/charts/values.yaml index a912b19c..46b2bb72 100644 --- a/packages/rke2-canal/charts/values.yaml +++ b/packages/rke2-canal/charts/values.yaml @@ -8,7 +8,7 @@ flannel: # kube-flannel image image: repository: rancher/hardened-flannel - tag: v0.22.1-build20230802 + tag: v0.22.1-build20231009 # The interface used by canal for host <-> host communication. # If left blank, then the interface is chosen using the node's # default route. @@ -61,19 +61,19 @@ calico: # CNI installation image. cniImage: repository: rancher/hardened-calico - tag: v3.26.1-build20230802 + tag: v3.26.1-build20231009 # Canal node image. nodeImage: repository: rancher/hardened-calico - tag: v3.26.1-build20230802 + tag: v3.26.1-build20231009 # Flexvol Image. flexvolImage: repository: rancher/hardened-calico - tag: v3.26.1-build20230802 + tag: v3.26.1-build20231009 # kubecontroller image kubeControllerImage: repository: rancher/hardened-calico - tag: v3.26.1-build20230802 + tag: v3.26.1-build20231009 # Datastore type for canal. It can be either kuberentes or etcd. datastoreType: kubernetes diff --git a/packages/rke2-canal/package.yaml b/packages/rke2-canal/package.yaml index 85d97b20..be04e611 100644 --- a/packages/rke2-canal/package.yaml +++ b/packages/rke2-canal/package.yaml @@ -1,2 +1,2 @@ url: local -packageVersion: 01 +packageVersion: 02 diff --git a/packages/rke2-coredns/generated-changes/patch/values.yaml.patch b/packages/rke2-coredns/generated-changes/patch/values.yaml.patch index 62c0cda2..0f12843f 100644 --- a/packages/rke2-coredns/generated-changes/patch/values.yaml.patch +++ b/packages/rke2-coredns/generated-changes/patch/values.yaml.patch @@ -8,7 +8,7 @@ + repository: rancher/hardened-coredns # Overrides the image tag whose default is the chart appVersion. - tag: "" -+ tag: "v1.10.1-build20230607" ++ tag: "v1.10.1-build20231009" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -116,7 +116,7 @@ - repository: registry.k8s.io/cpa/cluster-proportional-autoscaler - tag: "1.8.5" + repository: rancher/hardened-cluster-autoscaler -+ tag: "v1.8.6-build20230609" ++ tag: "v1.8.6-build20231009" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -177,10 +177,10 @@ + ipvs: false + image: + repository: rancher/hardened-dns-node-cache -+ tag: "1.22.20-build20230607" ++ tag: "1.22.20-build20231010" + initimage: + repository: rancher/hardened-dns-node-cache -+ tag: "1.22.20-build20230607" ++ tag: "1.22.20-build20231010" + nodeSelector: + kubernetes.io/os: linux + diff --git a/packages/rke2-coredns/package.yaml b/packages/rke2-coredns/package.yaml index 262a34c1..94c4a530 100644 --- a/packages/rke2-coredns/package.yaml +++ b/packages/rke2-coredns/package.yaml @@ -1,4 +1,4 @@ url: https://github.com/coredns/helm/releases/download/coredns-1.24.0/coredns-1.24.0.tgz -packageVersion: 06 +packageVersion: 07 # This repository does not use releaseCandidateVersions, so you can leave this as 00. releaseCandidateVersion: 00 diff --git a/packages/rke2-metrics-server/generated-changes/patch/values.yaml.patch b/packages/rke2-metrics-server/generated-changes/patch/values.yaml.patch index d1bd766f..76badfd0 100644 --- a/packages/rke2-metrics-server/generated-changes/patch/values.yaml.patch +++ b/packages/rke2-metrics-server/generated-changes/patch/values.yaml.patch @@ -7,7 +7,7 @@ - repository: k8s.gcr.io/metrics-server-amd64 - tag: v0.3.6 + repository: rancher/hardened-k8s-metrics-server -+ tag: v0.6.3-build20230607 ++ tag: v0.6.3-build20231009 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/packages/rke2-metrics-server/package.yaml b/packages/rke2-metrics-server/package.yaml index 04921602..83d7e5f0 100644 --- a/packages/rke2-metrics-server/package.yaml +++ b/packages/rke2-metrics-server/package.yaml @@ -1,3 +1,3 @@ url: https://charts.helm.sh/stable/packages/metrics-server-2.11.1.tgz -packageVersion: 10 +packageVersion: 11 releaseCandidateVersion: 00 diff --git a/packages/rke2-multus/package.yaml b/packages/rke2-multus/package.yaml index 3adaadf3..6fa84777 100644 --- a/packages/rke2-multus/package.yaml +++ b/packages/rke2-multus/package.yaml @@ -1,3 +1,3 @@ url: local workingDir: charts -packageVersion: 00 +packageVersion: 01 diff --git a/packages/rke2-whereabouts/generated-changes/patch/values.yaml.patch b/packages/rke2-whereabouts/generated-changes/patch/values.yaml.patch index acd359f8..50d5f4c2 100644 --- a/packages/rke2-whereabouts/generated-changes/patch/values.yaml.patch +++ b/packages/rke2-whereabouts/generated-changes/patch/values.yaml.patch @@ -9,7 +9,7 @@ pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "latest-amd64" -+ tag: v0.6.2-build20230717 ++ tag: v0.6.2-build20231009 updateStrategy: RollingUpdate imagePullSecrets: [] diff --git a/packages/rke2-whereabouts/package.yaml b/packages/rke2-whereabouts/package.yaml index 9e90d523..f538c929 100644 --- a/packages/rke2-whereabouts/package.yaml +++ b/packages/rke2-whereabouts/package.yaml @@ -1,6 +1,6 @@ url: https://github.com/k8snetworkplumbingwg/helm-charts.git commit: ca7c0a7549952660eab8f4b12e7ec7be133b381c subdirectory: whereabouts -packageVersion: 02 +packageVersion: 03 # whereabouts is only used as a dependency of multus doNotRelease: true