Commit 1d2db5d 1 parent 9561c90 commit 1d2db5d Copy full SHA for 1d2db5d
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
- name : Setup nodeJS
157
157
uses : actions/setup-node@v4
158
158
with :
159
- node-version : 14
159
+ node-version : 18
160
160
161
161
- name : Install the packages necessary for lint checking
162
162
working-directory : ./qlkube
Original file line number Diff line number Diff line change 1
- FROM node:16.3 -alpine
1
+ FROM node:18 -alpine
2
2
3
3
RUN mkdir --parent /qlkube
4
4
RUN chown node:node /qlkube && chmod 770 /qlkube
@@ -13,6 +13,6 @@ RUN yarn install --production=true --frozen-lockfile
13
13
14
14
COPY src/*.js ./src/
15
15
16
- ENV NODE_EXTRA_CA_CERTS /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
16
+ ENV NODE_EXTRA_CA_CERTS= /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
17
17
18
18
ENTRYPOINT [ "yarn" , "start" ]
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ metadata:
7
7
type : Opaque
8
8
stringData :
9
9
harbor_token.json : |
10
- {{ .Values.harborToken | toJson | ndent 4 }}
10
+ {{ .Values.harborToken | toJson | indent 4 }}
You can’t perform that action at this time.
0 commit comments