Skip to content

Commit

Permalink
update to copier 4.2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 26, 2024
1 parent a33ca00 commit 0a9b418
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
12 changes: 5 additions & 7 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 4.1.0
_commit: 4.2.0b1
_src_path: gh:epics-containers/deployment-template-argocd
argocd_project: bl47p
argocd_cluster: argus
argocd_server: argocd.diamond.ac.uk
cluster_name_apps: argus
cluster_name_services: pollux
cluster_namespace_apps: p47-beamline
cluster_namespace_services: p47-beamline
cluster_name: p47
cluster_namespace: p47-beamline
deployment_repo: https://github.com/epics-containers/p47-deployment
description: p47 IOC Instances and Services ArgoCD deployments
git_platform: github.com
github_org: epics-containers
ioc_group: 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}*
services_release: main
services_release: 2024.12.1
services_repo: https://github.com/epics-containers/p47-services
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ venv*
**/Chart.lock
**/charts
**/*copy
words.md
*.code-workspace
*.code-workspace
2 changes: 1 addition & 1 deletion apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

project: p47-beamline
destination:
name: pollux
name: p47
namespace: p47-beamline
source:
repoURL: https://github.com/epics-containers/p47-services
Expand Down
2 changes: 1 addition & 1 deletion environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export EC_TARGET=p47-beamline/p47
# the git repo for this project
export EC_SERVICES_REPO=https://github.com/epics-containers/p47-services
# declare your centralised log server Web UI
export EC_LOG_URL='https://graylog.diamond.ac.uk/search?rangetype=relative&fields=message%2Csource&width=1489&highlightMessage=&relative=172800&q=pod_name%3A{service_name}*'
export EC_LOG_URL='https://graylog2.diamond.ac.uk/search?rangetype=relative&fields=message%2Csource&width=1489&highlightMessage=&relative=172800&q=pod_name%3A{service_name}*'

#### SECTION 2. Install ec #####################################################

Expand Down

0 comments on commit 0a9b418

Please sign in to comment.