Skip to content

Commit

Permalink
Bump aws provider to v2.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Pavlov <[email protected]>
  • Loading branch information
Kshatrix committed Nov 18, 2024
1 parent 655eba5 commit 6b76973
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions templates/provider/cluster-api-provider-aws/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ 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.
# It is recommended to use it with quotes.
appVersion: "2.6.1"
appVersion: "2.7.1"
annotations:
cluster.x-k8s.io/provider: infrastructure-aws
cluster.x-k8s.io/v1alpha3: v1alpha3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: InfrastructureProvider
metadata:
name: aws
spec:
version: v2.6.1
version: v2.7.1
{{- if .Values.configSecret.name }}
configSecret:
name: {{ .Values.configSecret.name }}
Expand Down
2 changes: 1 addition & 1 deletion templates/provider/hmc-templates/files/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spec:
- name: cluster-api-provider-vsphere
template: cluster-api-provider-vsphere-0-0-3
- name: cluster-api-provider-aws
template: cluster-api-provider-aws-0-0-2
template: cluster-api-provider-aws-0-0-3
- name: projectsveltos
template: projectsveltos-0-42-0
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: hmc.mirantis.com/v1alpha1
kind: ProviderTemplate
metadata:
name: cluster-api-provider-aws-0-0-2
name: cluster-api-provider-aws-0-0-3
annotations:
helm.sh/resource-policy: keep
spec:
helm:
chartName: cluster-api-provider-aws
chartVersion: 0.0.2
chartVersion: 0.0.3

0 comments on commit 6b76973

Please sign in to comment.