Skip to content

Commit

Permalink
Merge pull request #7 from gitops-bridge-dev/crossplane-aws-upbound-v…
Browse files Browse the repository at this point in the history
…1.0.0

core: Update Crossplane aws upbound to v1.1.0
  • Loading branch information
csantanapr authored Mar 5, 2024
2 parents 3872698 + 038d85d commit c9e92c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/crossplane-aws-upbound/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: 2.0.0
version: 3.0.0

# 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: "v0.47.1"
appVersion: "v1.1.0"
2 changes: 2 additions & 0 deletions charts/crossplane-aws-upbound/templates/provider-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
{{- .spec | toYaml | nindent 2 }}
{{- end }}

{{- if .Values.providerConfig.default }}
---
{{- with .Values.providerConfig }}
apiVersion: aws.upbound.io/v1beta1
Expand All @@ -43,5 +44,6 @@ metadata:
spec:
{{- .spec | toYaml | nindent 2 }}
{{- end }}
{{- end }}

{{- end }}
3 changes: 2 additions & 1 deletion charts/crossplane-aws-upbound/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ provider:
labels: {}
package:
registry: xpkg.upbound.io/upbound
version: v0.47.1
version: v1.1.0

providerConfig:
enabled: true
default: true
metadata:
name: "aws-provider-config"
annotations: {}
Expand Down

0 comments on commit c9e92c4

Please sign in to comment.