Skip to content

Commit

Permalink
update to chart 4.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 30, 2024
1 parent 682b477 commit 15dd225
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 0.2.10-7-g84ecdd6
_commit: 4.0.1
_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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ This repository holds the definition of Argocd deployed ec services. Each sub fo
## Deployment
To deploy the Argocd root App:
```
# Login to pollux cluster
# Login to argus cluster
kubectl apply -n p47-beamline -f apps.yaml
```
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: 3.5.2+b201
version: 4.0.0+b1
repository: "oci://ghcr.io/epics-containers"
2 changes: 1 addition & 1 deletion apps/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ec-helm-charts/releases/download/3.5.2+b201/argocd-apps.schema.json
# yaml-language-server: $schema=https://github.com/epics-containers/ec-helm-charts/releases/download/4.0.0/argocd-apps.schema.json

# This file configures an ArgoCD app of apps that represent a
# group of beamline or accelerator IOCs and services. The configuration of the
Expand Down

0 comments on commit 15dd225

Please sign in to comment.