File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ argo-cd:
276276# Argo Events
277277# -----------------------------------------------------------------------------------------------------------------------
278278argo-events :
279- enabled : false
279+ enabled : true
280280 fullnameOverride : argo-events
281281 crds :
282282 install : false
@@ -636,7 +636,7 @@ gitops-operator:
636636 # -- defaults
637637 registry : quay.io
638638 repository : codefresh/codefresh-gitops-operator
639- tag : " 2784cd5 "
639+ tag : " f555185 "
640640 env :
641641 GITOPS_OPERATOR_VERSION : 0.11.1
642642 serviceAccount :
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ RUN go install github.com/davidrjonas/semver-cli@latest \
44 && cp $GOPATH/bin/semver-cli /usr/local/bin/
55
66# bookworm-slim
7- FROM debian:12.11 -slim
7+ FROM debian:13 -slim
88
99RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
1010
11- ARG CF_CLI_VERSION=v0.2.12
11+ ARG CF_CLI_VERSION=v0.2.14
1212ARG TARGETARCH
1313
1414RUN apt-get update && apt-get install curl jq -y
@@ -17,6 +17,6 @@ COPY --from=go-build /usr/local/bin/semver-cli /usr/local/bin/semver-cli
1717
1818COPY --from=bitnamilegacy/kubectl:1.33.4 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
1919
20- RUN adduser --shell /bin/bash codefresh
20+ RUN useradd -m -s /bin/bash codefresh
2121USER codefresh
2222WORKDIR /home/codefresh
You can’t perform that action at this time.
0 commit comments