Skip to content

Commit d52a0c6

Browse files
authored
ci: updated chart and value to properly use the vault auth-path (#1847)
1 parent 3626d23 commit d52a0c6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/onroutebc/Chart.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ dependencies: # A list of the chart requirements (optional)
99
- name: component
1010
repository: "https://bcgov.github.io/helm-service"
1111
alias: frontend
12-
version: 0.3.1
12+
version: 0.3.3
1313
- name: component
1414
repository: "https://bcgov.github.io/helm-service"
1515
alias: vehicles
16-
version: 0.3.1
16+
version: 0.3.3
1717
- name: component
1818
repository: "https://bcgov.github.io/helm-service"
1919
alias: dops
20-
version: 0.3.1
20+
version: 0.3.3
2121
- name: component
2222
repository: "https://bcgov.github.io/helm-service"
2323
alias: policy
24-
version: 0.3.1
24+
version: 0.3.3
2525
- name: component
2626
repository: "https://bcgov.github.io/helm-service"
2727
alias: scheduler
28-
version: 0.3.1
28+
version: 0.3.3

charts/onroutebc/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ global:
1919
enabled: false
2020
domain: "apps.silver.devops.gov.bc.ca" # it is required, apps.silver.devops.gov.bc.ca for silver cluster
2121
vault:
22-
authPath: "k8s-silver"
22+
authPath: "auth/k8s-silver"
2323
role: "nonprod"
2424
zone: "dev"
2525
frontend:

0 commit comments

Comments
 (0)