Skip to content

Commit

Permalink
update to copier 4.0.3b1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 22, 2024
1 parent a60a5c6 commit 366df4f
Show file tree
Hide file tree
Showing 30 changed files with 23 additions and 215 deletions.
4 changes: 2 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 4.0.2b2
_commit: 4.0.3b1
_src_path: gh:epics-containers/services-template-helm
cluster_name: pollux
cluster_namespace: p47-beamline
Expand All @@ -8,6 +8,6 @@ description: p47 IOC Instances and Services
git_platform: github.com
github_org: epics-containers
ioc_group: p47
location: bl47p
location: p47
logging_url: https://graylog2.diamond.ac.uk/search?rangetype=relative&fields=message%2Csource&width=1489&highlightMessage=&relative=172800&q=pod_name%3A{service_name}*
repo_uri: https://github.com/epics-containers/p47-services
2 changes: 1 addition & 1 deletion .github/workflows/ci_skip_checks
Original file line number Diff line number Diff line change
@@ -1 +1 @@
daq-nexus
daq-nexus
2 changes: 1 addition & 1 deletion .github/workflows/ci_verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ do
-v ${ROOT}/.ci_work:/services \
alpine/helm:3.14.3 \
-c "
helm lint /services/$service_name --values /services/values.yaml &&
helm dependency update /services/$service_name &&
helm lint /services/$service_name --strict --values /services/values.yaml &&
rm -rf /services/$service_name/charts
"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ type: application

dependencies:
- name: ioc-instance
version: 4.0.0
repository: "oci://ghcr.io/epics-containers"
version: 4.1.2
repository: "oci://ghcr.io/epics-containers"
11 changes: 0 additions & 11 deletions services/.ioc_template/Chart.yaml

This file was deleted.

1 change: 1 addition & 0 deletions services/.ioc_template/Chart.yaml
1 change: 1 addition & 0 deletions services/.ioc_template/templates
10 changes: 0 additions & 10 deletions services/.ioc_template/templates/configmap.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions services/bl47p-ea-dcam-01/Chart.yaml

This file was deleted.

1 change: 1 addition & 0 deletions services/bl47p-ea-dcam-01/Chart.yaml
1 change: 1 addition & 0 deletions services/bl47p-ea-dcam-01/templates
10 changes: 0 additions & 10 deletions services/bl47p-ea-dcam-01/templates/configmap.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions services/bl47p-ea-dcam-02/Chart.yaml

This file was deleted.

1 change: 1 addition & 0 deletions services/bl47p-ea-dcam-02/Chart.yaml
1 change: 1 addition & 0 deletions services/bl47p-ea-dcam-02/templates
10 changes: 0 additions & 10 deletions services/bl47p-ea-dcam-02/templates/configmap.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions services/bl47p-ea-panda-01/Chart.yaml

This file was deleted.

1 change: 1 addition & 0 deletions services/bl47p-ea-panda-01/Chart.yaml
1 change: 1 addition & 0 deletions services/bl47p-ea-panda-01/templates
10 changes: 0 additions & 10 deletions services/bl47p-ea-panda-01/templates/configmap.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions services/bl47p-ea-test-01/Chart.yaml

This file was deleted.

1 change: 1 addition & 0 deletions services/bl47p-ea-test-01/Chart.yaml
1 change: 1 addition & 0 deletions services/bl47p-ea-test-01/templates
10 changes: 0 additions & 10 deletions services/bl47p-ea-test-01/templates/configmap.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions services/bl47p-mo-ioc-01/Chart.yaml

This file was deleted.

1 change: 1 addition & 0 deletions services/bl47p-mo-ioc-01/Chart.yaml
1 change: 1 addition & 0 deletions services/bl47p-mo-ioc-01/templates
10 changes: 0 additions & 10 deletions services/bl47p-mo-ioc-01/templates/configmap.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion services/epics-opis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ type: application

dependencies:
- name: epics-opis
version: 4.0.0
version: 4.1.2
repository: "oci://ghcr.io/epics-containers"
4 changes: 2 additions & 2 deletions services/epics-pvcs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ type: application

dependencies:
- name: epics-pvcs
version: 4.0.0
repository: "oci://ghcr.io/epics-containers"
version: 4.1.2
repository: "oci://ghcr.io/epics-containers"
26 changes: 0 additions & 26 deletions services/p47-ea-test-01/config/ioc.db

This file was deleted.

22 changes: 0 additions & 22 deletions services/p47-ea-test-01/config/ioc.yaml

This file was deleted.

1 change: 1 addition & 0 deletions services/p47-ea-test-01/templates
10 changes: 0 additions & 10 deletions services/p47-ea-test-01/templates/configmap.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions services/p47-ea-test-01/values.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

global:
ioc_group: p47
location: bl47p
location: p47
enabled: true

ioc-instance:
Expand Down

0 comments on commit 366df4f

Please sign in to comment.