Skip to content

Commit cd8b44a

Browse files
committed
restore the no-beamline edge-containers-cli version
1 parent ac6d082 commit cd8b44a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/deploy_tools/demo_configuration/edge-containers-cli/0.1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module:
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

src/deploy_tools/demo_configuration/edge-containers-cli/no-beamline.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.
37
module:
48
name: edge-containers-cli
59
version: no-beamline

0 commit comments

Comments
 (0)