Skip to content

Commit cdf6189

Browse files
authored
Merge branch 'main' into feat/OSS-616-use-argo-cd-oss-helm-chart-no-acr-controller
2 parents 1275724 + 857462a commit cdf6189

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
version: 2.17.2
3535
- name: codefresh-tunnel-client
3636
repository: oci://quay.io/codefresh/charts
37-
version: 0.1.21
37+
version: 0.1.22
3838
alias: tunnel-client
3939
condition: tunnel-client.enabled
4040
- name: cf-common

installer-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ FROM debian:12.11-slim
88

99
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
1010

11-
ARG CF_CLI_VERSION=v0.2.10
11+
ARG CF_CLI_VERSION=v0.2.12
1212
ARG TARGETARCH
1313

1414
RUN apt-get update && apt-get install curl jq -y
1515
RUN curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/${CF_CLI_VERSION}/cf-linux-${TARGETARCH}.tar.gz | tar zx && mv ./cf-linux-${TARGETARCH} /usr/local/bin/cf
1616
COPY --from=go-build /usr/local/bin/semver-cli /usr/local/bin/semver-cli
1717

18-
COPY --from=bitnamilegacy/kubectl:1.33.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
18+
COPY --from=bitnamilegacy/kubectl:1.33.4 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
1919

2020
RUN adduser --shell /bin/bash codefresh
2121
USER codefresh

0 commit comments

Comments
 (0)