Skip to content

Commit

Permalink
chore(deps): bump .pipeline from ec1a953 to 15c06d5
Browse files Browse the repository at this point in the history
Bumps [.pipeline](https://github.com/bcgov/cas-pipeline) from `ec1a953` to `15c06d5`.
- [Release notes](https://github.com/bcgov/cas-pipeline/releases)
- [Commits](bcgov/cas-pipeline@ec1a953...15c06d5)

---
updated-dependencies:
- dependency-name: ".pipeline"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent 00604d3 commit b13bd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipeline
Submodule .pipeline updated 28 files
+1 −0 .env-example
+32 −0 .github/workflows/release.yaml
+2 −0 Makefile
+32 −0 README.md
+1 −1 helm/cas-provision-artifactory/Chart.yaml
+1 −1 helm/cas-provision/Chart.yaml
+3 −0 helm/cas-provision/templates/allow-from-openshift-ingress-networkpolicy.yaml
+28 −0 helm/cas-provision/templates/chesIntegration.yaml
+13 −0 helm/cas-provision/templates/djangoSuperUser.yaml
+12 −0 helm/cas-provision/templates/kcClientSecret.yaml
+2 −0 helm/cas-provision/templates/namespacePrefixSecret.yaml
+2 −0 helm/cas-provision/templates/namespaceSecret.yaml
+14 −0 helm/cas-provision/templates/terraformSecret.yaml
+4 −0 helm/cas-provision/values.yaml
+1 −1 helm/crunchy-monitoring/Chart.yaml
+23 −0 helm/terraform-bucket-provision/.helmignore
+6 −0 helm/terraform-bucket-provision/Chart.yaml
+62 −0 helm/terraform-bucket-provision/templates/_helpers.tpl
+78 −0 helm/terraform-bucket-provision/templates/terraform-apply.yaml
+16 −0 helm/terraform-bucket-provision/templates/terraform-modules.yaml
+15 −0 helm/terraform-bucket-provision/templates/terraform-role-binding.yaml
+20 −0 helm/terraform-bucket-provision/templates/terraform-role.yaml
+7 −0 helm/terraform-bucket-provision/templates/terraform-service-account.yaml
+98 −0 helm/terraform-bucket-provision/terraform/main.tf
+33 −0 helm/terraform-bucket-provision/terraform/variables.tf
+26 −0 helm/terraform-bucket-provision/values.yaml
+71 −0 lib/gcs_terraform_buckets.sh
+7 −0 lib/oc_add_gh_team_to_nsp.sh

0 comments on commit b13bd3c

Please sign in to comment.