Skip to content

Commit 901782e

Browse files
vitalii-codefreshcf-ci-bot-v2
andauthored
upd cli-v2 , debian for installer (#851)
* upd cli-v2 , debian for installer * CI Automatic commit - align Chart version --------- Co-authored-by: cf-ci-bot-v2 <[email protected]>
1 parent 4fbc15e commit 901782e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.75
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: '0.24.5'
5+
version: '0.25.0'
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:

installer-image/Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
FROM golang:1.24.6 AS go-build
1+
FROM golang:1.24.6 AS go-build
22

33
RUN go install github.com/davidrjonas/semver-cli@latest \
44
&& cp $GOPATH/bin/semver-cli /usr/local/bin/
55

6-
#bookworm-slim
7-
FROM debian:12.12-slim
6+
FROM debian:13-slim
87

98
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
109

11-
ARG CF_CLI_VERSION=v0.2.13
10+
ARG CF_CLI_VERSION=v0.2.14
1211
ARG TARGETARCH
1312

1413
RUN apt-get update && apt-get install curl jq -y
@@ -17,6 +16,6 @@ COPY --from=go-build /usr/local/bin/semver-cli /usr/local/bin/semver-cli
1716

1817
COPY --from=bitnamilegacy/kubectl:1.33.4 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
1918

20-
RUN adduser --shell /bin/bash codefresh
19+
RUN useradd -m -s /bin/bash codefresh
2120
USER codefresh
2221
WORKDIR /home/codefresh

0 commit comments

Comments
 (0)