We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flux' HelmReleases like admission-provider-aws-runtime currently use provider-aws Chart when they should be using the admission Chart, like: https://github.com/gardener/gardener-extension-provider-aws/tree/master/charts/gardener-extension-admission-aws/charts
admission-provider-aws-runtime
provider-aws
Currently, the admission-provider-aws-application/runtime HelmReleases do not deploy any resources.
admission-provider-aws-application/runtime
apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: annotations: meta.helm.sh/release-name: extensions meta.helm.sh/release-namespace: flux-system name: admission-provider-aws-runtime namespace: flux-system spec: chart: spec: chart: provider-aws interval: 1m reconcileStrategy: ChartVersion sourceRef: kind: HelmRepository name: gardener-community-charts namespace: flux-system version: 1.59.1 dependsOn: - name: admission-provider-aws-application
With https://github.com/gardener/gardener-extension-provider-aws/releases/tag/v1.59.0 the admission part has been seperated into different charts.
The text was updated successfully, but these errors were encountered:
Fixed with #1935 Will look into Backport releases tomorrow
Sorry, something went wrong.
No branches or pull requests
Flux' HelmReleases like
admission-provider-aws-runtime
currently useprovider-aws
Chart when they should be using the admission Chart, like: https://github.com/gardener/gardener-extension-provider-aws/tree/master/charts/gardener-extension-admission-aws/chartsCurrently, the
admission-provider-aws-application/runtime
HelmReleases do not deploy any resources.With https://github.com/gardener/gardener-extension-provider-aws/releases/tag/v1.59.0 the admission part has been seperated into different charts.
The text was updated successfully, but these errors were encountered: