Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use terraform chart #2280

Merged
merged 2 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions helm/cas-ciip-portal/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
dependencies:
- name: cas-postgres
repository: https://bcgov.github.io/cas-postgres/
version: 0.8.4
version: 0.9.1
- name: terraform-bucket-provision
repository: https://bcgov.github.io/cas-pipeline/
version: 0.1.2
- name: mailhog
repository: https://codecentric.github.io/helm-charts/
version: 3.3.0
Expand All @@ -16,6 +19,6 @@ dependencies:
version: 1.0.7
- name: nginx-sidecar
repository: https://bcgov.github.io/cas-template-app
version: 0.1.12
digest: sha256:bfc589e80ce40eea666fd0a0102aed37f94e00323557c355ea9778820a5ac873
generated: "2023-05-12T15:40:26.643889932-07:00"
version: 0.1.13
digest: sha256:a0a9397ec66fc31006c74a026d1e73731d5bb1a2c0c26c3f69d3f07e888909b7
generated: "2024-02-16T16:21:38.845613-08:00"
5 changes: 4 additions & 1 deletion helm/cas-ciip-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ version: 0.3.62
appVersion: 2.23.3
dependencies:
- name: cas-postgres
version: "0.8.4"
version: "0.9.1"
repository: https://bcgov.github.io/cas-postgres/
- name: terraform-bucket-provision
version: "0.1.2"
repository: https://bcgov.github.io/cas-pipeline/
- name: mailhog
version: "3.3.0"
repository: "https://codecentric.github.io/helm-charts/"
Expand Down
45 changes: 0 additions & 45 deletions helm/cas-ciip-portal/templates/bucket-provisioning-job.yaml

This file was deleted.

76 changes: 0 additions & 76 deletions helm/cas-ciip-portal/templates/jobs/terraform-apply.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions helm/cas-ciip-portal/templates/jobs/terraform-modules.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions helm/cas-ciip-portal/templates/jobs/terraform-service-account.yaml

This file was deleted.

99 changes: 0 additions & 99 deletions helm/cas-ciip-portal/terraform/main.tf

This file was deleted.

33 changes: 0 additions & 33 deletions helm/cas-ciip-portal/terraform/variables.tf

This file was deleted.

4 changes: 4 additions & 0 deletions helm/cas-ciip-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,7 @@ devops:
cpu: 100m
memory: 64Mi
ephemeral-storage: 256Mi

terraform-bucket-provision:
terraform:
namespace_apps: '["ciip-backups", "ciip-documents", "ciip-2018"]'
Loading