Skip to content

Commit

Permalink
Merge pull request #6 from gitops-bridge-dev/crossplane-aws-v0.47.0
Browse files Browse the repository at this point in the history
core: Update Crossplane aws to v0.47.0
  • Loading branch information
csantanapr committed Mar 5, 2024
2 parents 30b93b4 + 4f3d496 commit 3872698
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/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.1.0
version: 2.2.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.46.0"
appVersion: "v0.47.0"
2 changes: 2 additions & 0 deletions charts/crossplane-aws/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.crossplane.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/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ provider:
labels: {}
package:
registry: xpkg.upbound.io/crossplane-contrib/provider-aws
version: "v0.46.0"
version: "v0.47.0"

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

0 comments on commit 3872698

Please sign in to comment.