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

Commit 0d0d3bc

Browse files
committed
chore: update chart dependencies, remove cas-shelf
1 parent 648435a commit 0d0d3bc

File tree

3 files changed

+13
-17
lines changed

3 files changed

+13
-17
lines changed

helm/cas-ciip-portal/Chart.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- name: cas-postgres
33
repository: https://bcgov.github.io/cas-postgres/
4-
version: 0.9.1
4+
version: 0.10.2
55
- name: terraform-bucket-provision
66
repository: https://bcgov.github.io/cas-pipeline/
77
version: 0.1.3
@@ -10,15 +10,15 @@ dependencies:
1010
version: 3.3.0
1111
- name: cas-airflow-dag-trigger
1212
repository: https://bcgov.github.io/cas-airflow
13-
version: 1.0.7
13+
version: 1.0.20
1414
- name: cas-airflow-dag-trigger
1515
repository: https://bcgov.github.io/cas-airflow
16-
version: 1.0.7
16+
version: 1.0.20
1717
- name: cas-airflow-dag-trigger
1818
repository: https://bcgov.github.io/cas-airflow
19-
version: 1.0.7
19+
version: 1.0.20
2020
- name: nginx-sidecar
2121
repository: https://bcgov.github.io/cas-template-app
22-
version: 0.1.13
23-
digest: sha256:508d55425ebba6fffe2de82fddeb8b3bb26d6a1fbe3c9f3f14926848036ef5c2
24-
generated: "2024-02-23T14:05:18.07295-08:00"
22+
version: 0.1.16
23+
digest: sha256:e4a381f3f9ca87226694e1cb5017fbd837bf0d60132913ee2598ad5fb3d31103
24+
generated: "2025-03-12T16:03:44.328555392-07:00"

helm/cas-ciip-portal/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 0.3.64
66
appVersion: 2.23.5
77
dependencies:
88
- name: cas-postgres
9-
version: "0.10.1"
9+
version: "0.10.2"
1010
repository: https://bcgov.github.io/cas-postgres/
1111
- name: terraform-bucket-provision
1212
version: "0.1.3"
@@ -16,18 +16,18 @@ dependencies:
1616
repository: "https://codecentric.github.io/helm-charts/"
1717
condition: mailhog.enable
1818
- name: cas-airflow-dag-trigger
19-
version: 1.0.7
19+
version: 1.0.20
2020
repository: https://bcgov.github.io/cas-airflow
2121
alias: download-cas-ciip-portal-dags
2222
- name: cas-airflow-dag-trigger
23-
version: 1.0.7
23+
version: 1.0.20
2424
repository: https://bcgov.github.io/cas-airflow
2525
alias: airflow-ciip-cert-issue
2626
condition: route.insecure
2727
- name: cas-airflow-dag-trigger
28-
version: 1.0.7
28+
version: 1.0.20
2929
repository: https://bcgov.github.io/cas-airflow
3030
alias: airflow-ciip-deploy-db
3131
- name: nginx-sidecar
3232
repository: https://bcgov.github.io/cas-template-app
33-
version: 0.1.14
33+
version: 0.1.16

helm/cas-ciip-portal/values.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ image:
1010
psql:
1111
repository: ghcr.io/bcgov/cas-postgres
1212
pullPolicy: Always
13-
tag: "0.1.0"
14-
casShelf:
15-
repository: artifacts.developer.gov.bc.ca/google-docker-remote/ggl-cas-storage/cas-shelf-tfe-add-app
16-
tag: "0.1"
17-
pullPolicy: IfNotPresent
13+
tag: "latest"
1814

1915
replicas: 2
2016
port: 3000

0 commit comments

Comments
 (0)