Skip to content

Commit

Permalink
Update copier template to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Oct 3, 2024
1 parent 4186e91 commit 03a39c9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .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.1
_commit: 4.1.0
_src_path: gh:epics-containers/deployment-template-argocd
argocd_project: bl47p
argocd_server: argocd.diamond.ac.uk
Expand Down
2 changes: 1 addition & 1 deletion apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ appVersion: "1.0"

dependencies:
- name: argocd-apps
version: 4.1.0+b1
version: 4.1.0
repository: "oci://ghcr.io/epics-containers"
34 changes: 19 additions & 15 deletions apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,40 @@ source:
repoURL: https://github.com/epics-containers/p47-services
targetRevision: main

# list of services to deploy. Each item is of the form:
# - service: service name as it appears in K8S (statefulset/deployment name)
# targetRevision: optional override for targetRevision above
# repoURL: optional override for git repo to source the helm chart from
# the path is always services/<service> within that repo
# enabled: set to false to stop a service
# removed: set to true to remove the service from the cluster

services:
# shared epics services ######################################################
# Each item is of the form:
# service: service name as it appears in K8S (statefulset/deployment name)
# targetRevision: optional override for targetRevision above
# repoURL: optional override for git repo to source the helm chart from
# the path is always services/<service> within that repo
# removed: set to true to remove the service from the cluster
epics-pvcs:
targetRevision: 2024.9.1
epics-opis:
targetRevision: 2024.9.1

iocs:
# epics iocs #################################################################
ec_services:
# Services which have implemented support for an "enabled" parameter.
# Each item is of the form:
# service: service name as it appears in K8S (statefulset/deployment name)
# targetRevision: optional override for targetRevision above
# repoURL: optional override for git repo to source the helm chart from
# the path is always services/<service> within that repo
# removed: set to true to remove the service from the cluster
# enabled: set to false to stop a service
p47-ea-test-01:
enabled: false
enabled: true
targetRevision: 2024.8.5
bl47p-ea-panda-01:
targetRevision: 2024.9.1
bl47p-ea-dcam-01:
targetRevision: 2024.9.1
enabled: false
enabled: true
bl47p-ea-dcam-02:
# tracking a development branch for demo purposes
targetRevision: feature-branch2
targetRevision: feature-branch2 # tracking a development branch for demo purposes
enabled: true
bl47p-mo-ioc-01:
targetRevision: 2024.9.1
bl47p-ea-test-01:
targetRevision: 2024.9.1
enabled: true

0 comments on commit 03a39c9

Please sign in to comment.