Skip to content

Commit

Permalink
Update AAD Pod Identity to chart version 4.1.16 with app version 1.8.…
Browse files Browse the repository at this point in the history
…15 (#965)
  • Loading branch information
phillebaba authored Mar 28, 2023
1 parent 7d2bb22 commit fdd9fa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- [#960](https://github.com/XenitAB/terraform-modules/pull/960) Update Goldilocks and VPA and move to using registry.k8s.io.
- [#961](https://github.com/XenitAB/terraform-modules/pull/961) Update CSI secret store and move to using registry.k8s.io.
- [#963](https://github.com/XenitAB/terraform-modules/pull/963) Update Kube State Metrics and move to using registry.k8s.io.
- [#965](https://github.com/XenitAB/terraform-modules/pull/965) Update AAD Pod Identity to chart version 4.1.16 with app version 1.8.15.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion modules/kubernetes/aad-pod-identity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "helm_release" "aad_pod_identity" {
repository = "https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts"
chart = "aad-pod-identity"
name = "aad-pod-identity"
version = "4.1.10"
version = "4.1.16"
namespace = kubernetes_namespace.this.metadata[0].name
max_history = 3
skip_crds = true
Expand Down
2 changes: 1 addition & 1 deletion modules/kubernetes/aks-core/modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ module "aad_pod_identity_crd" {

chart_repository = "https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts"
chart_name = "aad-pod-identity"
chart_version = "4.1.10"
chart_version = "4.1.16"
}

module "aad_pod_identity" {
Expand Down

0 comments on commit fdd9fa2

Please sign in to comment.