From b27e651bbdf85c84af762ba075929511de9a7199 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Tue, 12 Nov 2024 15:10:20 +0000 Subject: [PATCH] update to latest copier template --- .copier-answers.yml | 2 +- .github/workflows/ci_skip_checks | 1 + services/.ioc_template/Chart.yaml | 4 ++-- services/epics-opis/Chart.yaml | 2 +- services/epics-pvcs/Chart.yaml | 4 ++-- services/p47-ea-test-01/Chart.yaml | 4 ++-- 6 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 .github/workflows/ci_skip_checks diff --git a/.copier-answers.yml b/.copier-answers.yml index 51d29d1..87ea809 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 4.0.2b1 +_commit: 4.0.2b2 _src_path: gh:epics-containers/services-template-helm cluster_name: pollux cluster_namespace: p47-beamline diff --git a/.github/workflows/ci_skip_checks b/.github/workflows/ci_skip_checks new file mode 100644 index 0000000..49dddfe --- /dev/null +++ b/.github/workflows/ci_skip_checks @@ -0,0 +1 @@ +daq-nexus diff --git a/services/.ioc_template/Chart.yaml b/services/.ioc_template/Chart.yaml index 2ed3edd..5732737 100644 --- a/services/.ioc_template/Chart.yaml +++ b/services/.ioc_template/Chart.yaml @@ -7,5 +7,5 @@ type: application dependencies: - name: ioc-instance - version: 4.1.2 - repository: "oci://ghcr.io/epics-containers" + version: 4.0.0 + repository: "oci://ghcr.io/epics-containers" \ No newline at end of file diff --git a/services/epics-opis/Chart.yaml b/services/epics-opis/Chart.yaml index 3c07b45..945a2e9 100644 --- a/services/epics-opis/Chart.yaml +++ b/services/epics-opis/Chart.yaml @@ -8,5 +8,5 @@ type: application dependencies: - name: epics-opis - version: 4.1.2 + version: 4.0.0 repository: "oci://ghcr.io/epics-containers" diff --git a/services/epics-pvcs/Chart.yaml b/services/epics-pvcs/Chart.yaml index 6e7c659..c9f830e 100644 --- a/services/epics-pvcs/Chart.yaml +++ b/services/epics-pvcs/Chart.yaml @@ -8,5 +8,5 @@ type: application dependencies: - name: epics-pvcs - version: 4.1.2 - repository: "oci://ghcr.io/epics-containers" + version: 4.0.0 + repository: "oci://ghcr.io/epics-containers" \ No newline at end of file diff --git a/services/p47-ea-test-01/Chart.yaml b/services/p47-ea-test-01/Chart.yaml index 2ed3edd..5732737 100644 --- a/services/p47-ea-test-01/Chart.yaml +++ b/services/p47-ea-test-01/Chart.yaml @@ -7,5 +7,5 @@ type: application dependencies: - name: ioc-instance - version: 4.1.2 - repository: "oci://ghcr.io/epics-containers" + version: 4.0.0 + repository: "oci://ghcr.io/epics-containers" \ No newline at end of file