From 038d85df6cee3f656f299a1e6a43e67cb1f749f9 Mon Sep 17 00:00:00 2001 From: Carlos Santana Date: Mon, 4 Mar 2024 20:16:50 -0500 Subject: [PATCH] core: Update Crossplane aws upbound to v1.1.0 Signed-off-by: Carlos Santana --- charts/crossplane-aws-upbound/Chart.yaml | 4 ++-- charts/crossplane-aws-upbound/templates/provider-config.yaml | 2 ++ charts/crossplane-aws-upbound/values.yaml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/crossplane-aws-upbound/Chart.yaml b/charts/crossplane-aws-upbound/Chart.yaml index 274de70..673f9af 100644 --- a/charts/crossplane-aws-upbound/Chart.yaml +++ b/charts/crossplane-aws-upbound/Chart.yaml @@ -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" diff --git a/charts/crossplane-aws-upbound/templates/provider-config.yaml b/charts/crossplane-aws-upbound/templates/provider-config.yaml index 7f1ce48..e3589f7 100644 --- a/charts/crossplane-aws-upbound/templates/provider-config.yaml +++ b/charts/crossplane-aws-upbound/templates/provider-config.yaml @@ -21,6 +21,7 @@ spec: {{- .spec | toYaml | nindent 2 }} {{- end }} +{{- if .Values.providerConfig.default }} --- {{- with .Values.providerConfig }} apiVersion: aws.upbound.io/v1beta1 @@ -43,5 +44,6 @@ metadata: spec: {{- .spec | toYaml | nindent 2 }} {{- end }} +{{- end }} {{- end }} diff --git a/charts/crossplane-aws-upbound/values.yaml b/charts/crossplane-aws-upbound/values.yaml index 460f5ed..9ebaa86 100644 --- a/charts/crossplane-aws-upbound/values.yaml +++ b/charts/crossplane-aws-upbound/values.yaml @@ -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: {}