Skip to content

Commit

Permalink
Update Helm release provider-aws to v1.43.2
Browse files Browse the repository at this point in the history
  • Loading branch information
23t-renovate authored and 23t-machine-user committed May 11, 2023
1 parent e974270 commit 89f77bf
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 15 deletions.
9 changes: 9 additions & 0 deletions docs/release-notes/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ hide_table_of_contents: true
* *[OPERATOR]* Remove the error code check from `NodesChecker` to prevent nil pointer panic. ([gardener/gardener-extension-provider-azure#684](https://github.com/gardener/gardener-extension-provider-azure/pull/684), [@acumino](https://github.com/acumino))

</details>

<details>
<summary><b>Update provider-aws to <code>1.43.2</code></b></summary>

# [gardener-extension-provider-aws]
## 🏃 Others
* *[OPERATOR]* Remove the error code check from `NodesChecker` to prevent nil pointer panic. ([gardener/gardener-extension-provider-aws#748](https://github.com/gardener/gardener-extension-provider-aws/pull/748), [@acumino](https://github.com/acumino))

</details>
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ stringData:
{{- end }}

provider-aws:
version: 1.43.1
version: 1.43.2
admission:
enabled: true
{{- if .Values.registryOverwrite }}
Expand Down
2 changes: 1 addition & 1 deletion helmcharts/provider-aws/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
repository: ""
description: A helmchart for provider-aws
name: provider-aws
version: 1.43.1
version: 1.43.2
4 changes: 3 additions & 1 deletion helmcharts/provider-aws/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
no release notes available
# [gardener-extension-provider-aws]
## 🏃 Others
* *[OPERATOR]* Remove the error code check from `NodesChecker` to prevent nil pointer panic. ([gardener/gardener-extension-provider-aws#748](https://github.com/gardener/gardener-extension-provider-aws/pull/748), [@acumino](https://github.com/acumino))
2 changes: 1 addition & 1 deletion helmcharts/provider-aws/charts/controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
description: Helmchart for controllerregistration of provider-aws
name: controller
version: 1.43.1
version: 1.43.2

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
appVersion: "1.0"
dependencies:
- condition: application.enabled
name: application
repository: ""
- condition: runtime.enabled
name: runtime
repository: ""
- condition: application.enabled
name: application
repository: ""
description: A Helm chart for the Gardener AWS admission controller
name: gardener-extension-admission-aws
version: 1.43.1
version: 1.43.2
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
description: A Helm chart to deploy the gardener-extension-admission-aws application
related resources
name: application
version: 1.43.1
version: 1.43.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
image:
pullPolicy: IfNotPresent
repository: eu.gcr.io/gardener-project/gardener/extensions/admission-aws
tag: v1.43.1
tag: v1.43.2
kubeconfig: null
metricsPort: 8080
replicaCount: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
description: A Helm chart to deploy the gardener-extension-admission-aws runtime related
resources
name: runtime
version: 1.43.1
version: 1.43.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ global:
image:
pullPolicy: IfNotPresent
repository: eu.gcr.io/gardener-project/gardener/extensions/admission-aws
tag: v1.43.1
tag: v1.43.2
kubeconfig: null
metricsPort: 8080
replicaCount: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
image:
pullPolicy: IfNotPresent
repository: eu.gcr.io/gardener-project/gardener/extensions/admission-aws
tag: v1.43.1
tag: v1.43.2
kubeconfig: null
metricsPort: 8080
replicaCount: 1
Expand Down

0 comments on commit 89f77bf

Please sign in to comment.