File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
charts/crossplane-aws-upbound Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 2 .0.0
18+ version : 3 .0.0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " v0.47.1 "
24+ appVersion : " v1.1.0 "
Original file line number Diff line number Diff line change 2121 {{- .spec | toYaml | nindent 2 }}
2222{{- end }}
2323
24+ {{- if .Values.providerConfig.default }}
2425---
2526{{- with .Values.providerConfig }}
2627apiVersion : aws.upbound.io/v1beta1
@@ -43,5 +44,6 @@ metadata:
4344spec :
4445 {{- .spec | toYaml | nindent 2 }}
4546{{- end }}
47+ {{- end }}
4648
4749{{- end }}
Original file line number Diff line number Diff line change @@ -33,10 +33,11 @@ provider:
3333 labels : {}
3434 package :
3535 registry : xpkg.upbound.io/upbound
36- version : v0.47.1
36+ version : v1.1.0
3737
3838providerConfig :
3939 enabled : true
40+ default : true
4041 metadata :
4142 name : " aws-provider-config"
4243 annotations : {}
You can’t perform that action at this time.
0 commit comments