Skip to content

Commit b517a38

Browse files
authored
feat: update addons (#1072)
**What problem does this PR solve?**: Updating to the latest versions of various addons. **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 3f5d6f0 commit b517a38

File tree

11 files changed

+310
-118
lines changed

11 files changed

+310
-118
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
4444
| helmRepository.securityContext.runAsUser | int | `65532` | |
4545
| hooks.ccm.aws.helmAddonStrategy.defaultValueTemplateConfigMap.create | bool | `true` | |
4646
| hooks.ccm.aws.helmAddonStrategy.defaultValueTemplateConfigMap.name | string | `"default-aws-ccm-helm-values-template"` | |
47-
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.30" | string | `"v1.30.6"` | |
48-
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.31" | string | `"v1.31.4"` | |
49-
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.32" | string | `"v1.32.0"` | |
47+
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.30" | string | `"v1.30.8"` | |
48+
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.31" | string | `"v1.31.5"` | |
49+
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.32" | string | `"v1.32.1"` | |
5050
| hooks.ccm.nutanix.helmAddonStrategy.defaultValueTemplateConfigMap.create | bool | `true` | |
5151
| hooks.ccm.nutanix.helmAddonStrategy.defaultValueTemplateConfigMap.name | string | `"default-nutanix-ccm-helm-values-template"` | |
5252
| 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.30.6.yaml: |
10+
aws-ccm-v1.30.8.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.30.6
163+
image: registry.k8s.io/provider-aws/cloud-controller-manager:v1.30.8
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.30.6
187+
name: aws-ccm-v1.30.8
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.4.yaml: |
10+
aws-ccm-v1.31.5.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.4
163+
image: registry.k8s.io/provider-aws/cloud-controller-manager:v1.31.5
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.4
187+
name: aws-ccm-v1.31.5
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.32.0.yaml: |
10+
aws-ccm-v1.32.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.32.0
163+
image: registry.k8s.io/provider-aws/cloud-controller-manager:v1.32.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.32.0
187+
name: aws-ccm-v1.32.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.46.0
18+
helm.sh/chart: cluster-autoscaler-9.46.3
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.46.0
36+
helm.sh/chart: cluster-autoscaler-9.46.3
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.46.0
47+
helm.sh/chart: cluster-autoscaler-9.46.3
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.46.0
111+
helm.sh/chart: cluster-autoscaler-9.46.3
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.46.0
130+
helm.sh/chart: cluster-autoscaler-9.46.3
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.46.0
151+
helm.sh/chart: cluster-autoscaler-9.46.3
152152
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
153153
namespace: {{ `{{ .Cluster.Namespace }}` }}
154154
spec:

0 commit comments

Comments
 (0)