Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Update components and workload identity (#808)
Browse files Browse the repository at this point in the history
* some updates

* update aks

* syntax fix
  • Loading branch information
heoelri authored Jan 25, 2023
1 parent 98b4245 commit 3df6b7c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .ado/pipelines/config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ variables:
value: 'foundational-online'

- name: 'terraformVersion' # Terraform Version
value: '1.3.5'
value: '1.3.7'
- name: 'kubernetesVersion' # kubernetes version used for aks clusters
value: '1.24.6'
value: '1.25.4'
- name: 'helmVersion' # helm package manager version
value: 'v3.10.2'
value: 'v3.11.0'
- name: 'ingressNginxVersion' # nginx ingress controller helm chart version
value: '4.2.5'
value: '4.4.2'
- name: 'certManagerVersion' # cert-manager helm chart version
value: 'v1.9.1'
value: 'v1.10.2'
- name: 'dotnetSdkVersion' # dotnet sdk version
value: '6.0.400'
value: '6.0.405'
- name: 'chaosMeshVersion' # chaos-mesh chart version
value: '2.3.1'
value: '2.5.1'
- name: 'uiAppNodeVersion' # nodejs version for the UI app
value: '18.x'
- name: 'testsNodeVersion' # nodejs version used for smoketests / playwright
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
metadata:
labels:
app: {{ .Chart.Name }}
azure.workload.identity/use: "true"
spec:
serviceAccountName: {{ .Chart.Name }}-identity
containers:
Expand Down
1 change: 1 addition & 0 deletions src/app/charts/catalogservice/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
metadata:
labels:
app: {{ .Chart.Name }}
azure.workload.identity/use: "true"
spec:
serviceAccountName: {{ .Chart.Name }}-identity
containers:
Expand Down
1 change: 1 addition & 0 deletions src/app/charts/healthservice/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
metadata:
labels:
app: {{ .Chart.Name }}
azure.workload.identity/use: "true"
spec:
serviceAccountName: {{ .Chart.Name }}-identity
containers:
Expand Down

0 comments on commit 3df6b7c

Please sign in to comment.