Skip to content

Commit 4eba22f

Browse files
committed
av and jqr
1 parent 122af95 commit 4eba22f

File tree

3 files changed

+11
-29
lines changed

3 files changed

+11
-29
lines changed

github-actions/helm.sh

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,31 @@
1-
# May need to:
2-
# helm registry logout ghcr.io
1+
# ATTENTION!! For controller, NO AUTH NEEDED BUT YOU MUST FIRST LOGOUT:
2+
helm registry logout ghcr.io
33

4-
## do not think auth is needed in this...
5-
NAMESPACE="arc-systems"
64
helm upgrade --cleanup-on-fail --install arc \
7-
--namespace "${NAMESPACE}" \
5+
--namespace "arc-systems" \
86
--create-namespace \
97
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller
108

9+
## THESE REQUIRE AUTH. SCOPED AUTH IS BEST!
1110

1211
## APP Must be installed from https://github.com/organizations/eco4cast/settings/apps/cirrus-arc-runner/installations
13-
INSTALLATION_NAME="efi-cirrus"
14-
NAMESPACE="arc-runners"
15-
helm upgrade --cleanup-on-fail --install "${INSTALLATION_NAME}" \
16-
--namespace "${NAMESPACE}" \
12+
helm upgrade --cleanup-on-fail --install "efi-cirrus" \
13+
--namespace "arc-runners" \
1714
--create-namespace \
1815
--values secret_pat.yaml \
1916
--values cirrus-efi-values.yaml \
2017
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set
2118

2219

23-
INSTALLATION_NAME="arc-runner-espm157"
24-
NAMESPACE="arc-runners"
25-
helm upgrade --cleanup-on-fail --install "${INSTALLATION_NAME}" \
26-
--namespace "${NAMESPACE}" \
20+
helm upgrade --cleanup-on-fail --install "arc-runner-espm157" \
21+
--namespace "arc-runners" \
2722
--create-namespace \
2823
--values secret_pat.yaml \
2924
--values cirrus-espm157-values.yaml \
3025
oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set
3126

32-
INSTALLATION_NAME="arc-runner-espm288"
33-
NAMESPACE="arc-runners"
34-
helm upgrade --cleanup-on-fail --install "${INSTALLATION_NAME}" \
35-
--namespace "${NAMESPACE}" \
27+
helm upgrade --cleanup-on-fail --install "arc-runner-espm288" \
28+
--namespace "arc-runners" \
3629
--create-namespace \
3730
--values secret_pat.yaml \
3831
--values cirrus-espm288-values.yaml \

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ USER root
77
RUN mkdir -p /opt/share/jupyter/jupyter_ai && chown -R jovyan:users /opt/share/jupyter
88
USER jovyan
99

10-
RUN install2.r rsvg nimble
10+
RUN install2.r rsvg nimble jqr av
1111

minio/minio.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)