Skip to content

Commit c9e92c4

Browse files
authored
Merge pull request #7 from gitops-bridge-dev/crossplane-aws-upbound-v1.0.0
core: Update Crossplane aws upbound to v1.1.0
2 parents 3872698 + 038d85d commit c9e92c4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

charts/crossplane-aws-upbound/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

charts/crossplane-aws-upbound/templates/provider-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
{{- .spec | toYaml | nindent 2 }}
2222
{{- end }}
2323

24+
{{- if .Values.providerConfig.default }}
2425
---
2526
{{- with .Values.providerConfig }}
2627
apiVersion: aws.upbound.io/v1beta1
@@ -43,5 +44,6 @@ metadata:
4344
spec:
4445
{{- .spec | toYaml | nindent 2 }}
4546
{{- end }}
47+
{{- end }}
4648

4749
{{- end }}

charts/crossplane-aws-upbound/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3838
providerConfig:
3939
enabled: true
40+
default: true
4041
metadata:
4142
name: "aws-provider-config"
4243
annotations: {}

0 commit comments

Comments
 (0)