Skip to content

Commit d5d6cfd

Browse files
authored
feat: update addon versions (#997)
**What problem does this PR solve?**: Updating all addons to latest available versions. This also includes Nutanix CSI 3.2.0. **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent ffb7bb2 commit d5d6cfd

File tree

12 files changed

+146
-132
lines changed

12 files changed

+146
-132
lines changed

charts/cluster-api-runtime-extensions-nutanix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
4848
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.28" | string | `"v1.28.9"` | |
4949
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.29" | string | `"v1.29.6"` | |
5050
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.30" | string | `"v1.30.3"` | |
51-
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.31" | string | `"v1.31.0"` | |
51+
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.31" | string | `"v1.31.1"` | |
5252
| hooks.ccm.nutanix.helmAddonStrategy.defaultValueTemplateConfigMap.create | bool | `true` | |
5353
| hooks.ccm.nutanix.helmAddonStrategy.defaultValueTemplateConfigMap.name | string | `"default-nutanix-ccm-helm-values-template"` | |
5454
| hooks.clusterAutoscaler.crsStrategy.defaultInstallationConfigMap.name | string | `"cluster-autoscaler"` | |
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#=================================================================
88
apiVersion: v1
99
data:
10-
aws-ccm-v1.31.0.yaml: |
10+
aws-ccm-v1.31.1.yaml: |
1111
apiVersion: v1
1212
kind: ServiceAccount
1313
metadata:
@@ -160,7 +160,7 @@ data:
160160
- --cloud-provider=aws
161161
- --configure-cloud-routes=false
162162
env: []
163-
image: registry.k8s.io/provider-aws/cloud-controller-manager:v1.31.0
163+
image: registry.k8s.io/provider-aws/cloud-controller-manager:v1.31.1
164164
name: aws-cloud-controller-manager
165165
resources:
166166
requests:
@@ -184,4 +184,4 @@ data:
184184
kind: ConfigMap
185185
metadata:
186186
creationTimestamp: null
187-
name: aws-ccm-v1.31.0
187+
name: aws-ccm-v1.31.1

charts/cluster-api-runtime-extensions-nutanix/templates/cluster-autoscaler/manifests/cluster-autoscaler-configmap.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data:
1515
app.kubernetes.io/instance: ca-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
1616
app.kubernetes.io/managed-by: Helm
1717
app.kubernetes.io/name: clusterapi-cluster-autoscaler
18-
helm.sh/chart: cluster-autoscaler-9.40.0
18+
helm.sh/chart: cluster-autoscaler-9.43.2
1919
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
2020
namespace: {{ `{{ .Cluster.Namespace }}` }}
2121
spec:
@@ -33,7 +33,7 @@ data:
3333
app.kubernetes.io/instance: ca-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
3434
app.kubernetes.io/managed-by: Helm
3535
app.kubernetes.io/name: clusterapi-cluster-autoscaler
36-
helm.sh/chart: cluster-autoscaler-9.40.0
36+
helm.sh/chart: cluster-autoscaler-9.43.2
3737
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
3838
namespace: {{ `{{ .Cluster.Namespace }}` }}
3939
---
@@ -44,7 +44,7 @@ data:
4444
app.kubernetes.io/instance: ca-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
4545
app.kubernetes.io/managed-by: Helm
4646
app.kubernetes.io/name: clusterapi-cluster-autoscaler
47-
helm.sh/chart: cluster-autoscaler-9.40.0
47+
helm.sh/chart: cluster-autoscaler-9.43.2
4848
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
4949
namespace: {{ `{{ .Cluster.Namespace }}` }}
5050
rules:
@@ -108,7 +108,7 @@ data:
108108
app.kubernetes.io/instance: ca-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
109109
app.kubernetes.io/managed-by: Helm
110110
app.kubernetes.io/name: clusterapi-cluster-autoscaler
111-
helm.sh/chart: cluster-autoscaler-9.40.0
111+
helm.sh/chart: cluster-autoscaler-9.43.2
112112
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
113113
namespace: {{ `{{ .Cluster.Namespace }}` }}
114114
roleRef:
@@ -127,7 +127,7 @@ data:
127127
app.kubernetes.io/instance: ca-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
128128
app.kubernetes.io/managed-by: Helm
129129
app.kubernetes.io/name: clusterapi-cluster-autoscaler
130-
helm.sh/chart: cluster-autoscaler-9.40.0
130+
helm.sh/chart: cluster-autoscaler-9.43.2
131131
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
132132
namespace: {{ `{{ .Cluster.Namespace }}` }}
133133
spec:
@@ -148,7 +148,7 @@ data:
148148
app.kubernetes.io/instance: ca-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
149149
app.kubernetes.io/managed-by: Helm
150150
app.kubernetes.io/name: clusterapi-cluster-autoscaler
151-
helm.sh/chart: cluster-autoscaler-9.40.0
151+
helm.sh/chart: cluster-autoscaler-9.43.2
152152
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
153153
namespace: {{ `{{ .Cluster.Namespace }}` }}
154154
spec:

charts/cluster-api-runtime-extensions-nutanix/templates/cni/calico/manifests/tigera-operator-configmap.yaml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

charts/cluster-api-runtime-extensions-nutanix/templates/cni/cilium/manifests/cilium-configmap.yaml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)