Skip to content

Commit 7c657c8

Browse files
azimuth-automation-bot[bot]mkjpryorJohnGarbutt
authored
Update azimuth to 0.15.0 (#877)
Co-authored-by: mkjpryor <[email protected]> Co-authored-by: John Garbutt <[email protected]>
1 parent cf5f279 commit 7c657c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

roles/azimuth/defaults/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The chart to use
44
azimuth_chart_repo: https://azimuth-cloud.github.io/azimuth
55
azimuth_chart_name: azimuth
6-
azimuth_chart_version: 0.14.1
6+
azimuth_chart_version: 0.15.0
77

88
# Release information for the Azimuth release
99
azimuth_release_namespace: azimuth
@@ -119,12 +119,12 @@ azimuth_oidc_client_spec:
119119
grantTypes: [AuthorizationCode]
120120
redirectUris:
121121
- >-
122-
{{
123-
"{}://{}/auth/oidc/complete/".format(
124-
'https' if azimuth_ingress_tls_enabled else 'http',
125-
azimuth_ingress_host
126-
)
127-
}}
122+
{{
123+
"{}://{}/auth/oidc/complete/".format(
124+
'https' if azimuth_ingress_tls_enabled else 'http',
125+
azimuth_ingress_host
126+
)
127+
}}
128128
# The client secret
129129
# If not given and an identity realm is being used, a client is created - see above
130130
azimuth_oidc_client_secret: "{{ undef(hint = 'azimuth_oidc_client_secret is required') }}"

0 commit comments

Comments
 (0)