Skip to content

Commit

Permalink
Set forked cloud-provider-azure chart for Azure templates
Browse files Browse the repository at this point in the history
  • Loading branch information
a13x5 authored and Kshatrix committed Oct 22, 2024
1 parent 87020a4 commit 351dc53
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 16 deletions.
5 changes: 1 addition & 4 deletions config/dev/azure-managedcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: azure-dev
namespace: ${NAMESPACE}
spec:
template: azure-standalone-cp-0-0-2
template: azure-standalone-cp-0-0-3
credential: azure-cluster-identity-cred
config:
controlPlaneNumber: 1
Expand All @@ -15,9 +15,6 @@ spec:
vmSize: Standard_A4_v2
worker:
vmSize: Standard_A4_v2
clusterIdentity:
name: azure-cluster-identity
namespace: ${NAMESPACE}
tenantID: "${AZURE_TENANT_ID}"
clientID: "${AZURE_CLIENT_ID}"
clientSecret: "${AZURE_CLIENT_SECRET}"
2 changes: 1 addition & 1 deletion templates/cluster/azure-hosted-cp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.2
version: 0.0.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ spec:
extensions:
helm:
repositories:
- name: cloud-provider-azure
url: https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/repo
- name: mirantis
url: https://charts.mirantis.com
- name: azuredisk-csi-driver
url: https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/charts
charts:
- name: cloud-provider-azure
namespace: kube-system
chartname: cloud-provider-azure/cloud-provider-azure
chartname: mirantis/cloud-provider-azure
version: 1.31.2
order: 1
values: |
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster/azure-standalone-cp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.2
version: 0.0.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ spec:
extensions:
helm:
repositories:
- name: cloud-provider-azure
url: https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/repo
- name: mirantis
url: https://charts.mirantis.com
- name: azuredisk-csi-driver
url: https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/charts
charts:
- name: cloud-provider-azure
namespace: kube-system
chartname: cloud-provider-azure/cloud-provider-azure
chartname: mirantis/cloud-provider-azure
version: 1.31.2
order: 1
values: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: hmc.mirantis.com/v1alpha1
kind: ClusterTemplate
metadata:
name: azure-hosted-cp-0-0-2
name: azure-hosted-cp-0-0-3
annotations:
helm.sh/resource-policy: keep
spec:
helm:
chartName: azure-hosted-cp
chartVersion: 0.0.2
chartVersion: 0.0.3
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: hmc.mirantis.com/v1alpha1
kind: ClusterTemplate
metadata:
name: azure-standalone-cp-0-0-2
name: azure-standalone-cp-0-0-3
annotations:
helm.sh/resource-policy: keep
spec:
helm:
chartName: azure-standalone-cp
chartVersion: 0.0.2
chartVersion: 0.0.3

0 comments on commit 351dc53

Please sign in to comment.