diff --git a/charts/crossplane-aws-upbound/Chart.yaml b/charts/crossplane-aws-upbound/Chart.yaml index 673f9af..6c4b393 100644 --- a/charts/crossplane-aws-upbound/Chart.yaml +++ b/charts/crossplane-aws-upbound/Chart.yaml @@ -15,7 +15,7 @@ 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: 3.0.0 +version: 3.1.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 diff --git a/charts/crossplane-aws-upbound/templates/provider-family.yaml b/charts/crossplane-aws-upbound/templates/provider-family.yaml index 5b1f58f..d3545c1 100644 --- a/charts/crossplane-aws-upbound/templates/provider-family.yaml +++ b/charts/crossplane-aws-upbound/templates/provider-family.yaml @@ -18,7 +18,9 @@ metadata: {{- end }} spec: package: {{ .package.registry }}/provider-family-aws:{{ .package.version }} - - + runtimeConfigRef: + apiVersion: pkg.crossplane.io/v1beta1 + kind: DeploymentRuntimeConfig + name: {{ $.Values.deploymentRuntimeConfig.metadata.name }} +{{- end }} {{- end }} -{{- end }} \ No newline at end of file