Skip to content

Commit

Permalink
feat: update addon versions (#997)
Browse files Browse the repository at this point in the history
**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.
-->
  • Loading branch information
dkoshkin authored Dec 18, 2024
1 parent ffb7bb2 commit d5d6cfd
Show file tree
Hide file tree
Showing 12 changed files with 146 additions and 132 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-api-runtime-extensions-nutanix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.28" | string | `"v1.28.9"` | |
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.29" | string | `"v1.29.6"` | |
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.30" | string | `"v1.30.3"` | |
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.31" | string | `"v1.31.0"` | |
| hooks.ccm.aws.k8sMinorVersionToCCMVersion."1.31" | string | `"v1.31.1"` | |
| hooks.ccm.nutanix.helmAddonStrategy.defaultValueTemplateConfigMap.create | bool | `true` | |
| hooks.ccm.nutanix.helmAddonStrategy.defaultValueTemplateConfigMap.name | string | `"default-nutanix-ccm-helm-values-template"` | |
| hooks.clusterAutoscaler.crsStrategy.defaultInstallationConfigMap.name | string | `"cluster-autoscaler"` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#=================================================================
apiVersion: v1
data:
aws-ccm-v1.31.0.yaml: |
aws-ccm-v1.31.1.yaml: |
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -160,7 +160,7 @@ data:
- --cloud-provider=aws
- --configure-cloud-routes=false
env: []
image: registry.k8s.io/provider-aws/cloud-controller-manager:v1.31.0
image: registry.k8s.io/provider-aws/cloud-controller-manager:v1.31.1
name: aws-cloud-controller-manager
resources:
requests:
Expand All @@ -184,4 +184,4 @@ data:
kind: ConfigMap
metadata:
creationTimestamp: null
name: aws-ccm-v1.31.0
name: aws-ccm-v1.31.1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
app.kubernetes.io/instance: ca-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: clusterapi-cluster-autoscaler
helm.sh/chart: cluster-autoscaler-9.40.0
helm.sh/chart: cluster-autoscaler-9.43.2
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
namespace: {{ `{{ .Cluster.Namespace }}` }}
spec:
Expand All @@ -33,7 +33,7 @@ data:
app.kubernetes.io/instance: ca-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: clusterapi-cluster-autoscaler
helm.sh/chart: cluster-autoscaler-9.40.0
helm.sh/chart: cluster-autoscaler-9.43.2
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
namespace: {{ `{{ .Cluster.Namespace }}` }}
---
Expand All @@ -44,7 +44,7 @@ data:
app.kubernetes.io/instance: ca-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: clusterapi-cluster-autoscaler
helm.sh/chart: cluster-autoscaler-9.40.0
helm.sh/chart: cluster-autoscaler-9.43.2
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
namespace: {{ `{{ .Cluster.Namespace }}` }}
rules:
Expand Down Expand Up @@ -108,7 +108,7 @@ data:
app.kubernetes.io/instance: ca-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: clusterapi-cluster-autoscaler
helm.sh/chart: cluster-autoscaler-9.40.0
helm.sh/chart: cluster-autoscaler-9.43.2
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
namespace: {{ `{{ .Cluster.Namespace }}` }}
roleRef:
Expand All @@ -127,7 +127,7 @@ data:
app.kubernetes.io/instance: ca-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: clusterapi-cluster-autoscaler
helm.sh/chart: cluster-autoscaler-9.40.0
helm.sh/chart: cluster-autoscaler-9.43.2
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
namespace: {{ `{{ .Cluster.Namespace }}` }}
spec:
Expand All @@ -148,7 +148,7 @@ data:
app.kubernetes.io/instance: ca-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: clusterapi-cluster-autoscaler
helm.sh/chart: cluster-autoscaler-9.40.0
helm.sh/chart: cluster-autoscaler-9.43.2
name: cluster-autoscaler-{{ `{{ index .Cluster.Annotations "caren.nutanix.com/cluster-uuid" }}` }}
namespace: {{ `{{ .Cluster.Namespace }}` }}
spec:
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit d5d6cfd

Please sign in to comment.