File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/deploy_tools/demo_configuration/edge-containers-cli Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 44 name : edge-containers-cli
55 version : " 0.1"
66 description : ec command line tool for kubernetes IOCs
7+ allow_updates : true
78
89 dependencies :
910 - name : argocd
@@ -20,7 +21,7 @@ module:
2021
2122 container :
2223 path : docker://ghcr.io/epics-containers/edge-containers-cli
23- version : " 4.4.4 "
24+ version : " 4.4.5 "
2425
2526 entrypoints :
2627 - name : ec
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=/workspaces/deploy-tools/src/deploy_tools/models/schemas/release.json
22
3+ # NOTE: this no-beamline configuration is for installing the ec CLI and argocd
4+ # CLI only. It is required to allow us to set up command line completion in
5+ # .bashrc. It is missing the kubectl etc because that requires loading a
6+ # beamline cluster module which is not appropriate in a rc file.
37module :
48 name : edge-containers-cli
59 version : no-beamline
You can’t perform that action at this time.
0 commit comments