Skip to content

Commit 4180a31

Browse files
committed
fix: image
1 parent 98b71fd commit 4180a31

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ ARG TARGETOS
88

99
LABEL maintainer="jenkins-x"
1010

11-
# lets get the jx command to download the correct plugin version
12-
ENV JX_CHARTER_VERSION $VERSION
13-
14-
RUN jx charter --help
11+
COPY ./build/linux/jx-charter /usr/bin/jx-charter

charts/jx-charter/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ resources:
3232

3333
restartPolicy: Always
3434
command:
35-
- jx
36-
- charter
35+
- jx-charter
3736
- run
3837
args: []
3938
env:

0 commit comments

Comments
 (0)