Skip to content

Commit 6795aa3

Browse files
Merge branch 'stable/0.26' into chore/CR-31388-security-0-26
2 parents d16b218 + 938be72 commit 6795aa3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies:
6363
condition: argo-workflows.enabled
6464
- name: argo-rollouts
6565
repository: https://codefresh-io.github.io/argo-helm
66-
version: 2.37.3-7-v1.7.2-cap-OSS-697
66+
version: 2.37.3-8-v1.7.2-cap-CR-31756
6767
condition: argo-rollouts.enabled
6868
- name: sealed-secrets
6969
repository: https://bitnami-labs.github.io/sealed-secrets/

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,14 +492,14 @@ app-proxy:
492492
tag: 1.1.17-main
493493
image:
494494
repository: quay.io/codefresh/cap-app-proxy
495-
tag: 28608a6
495+
tag: ada904f
496496
pullPolicy: IfNotPresent
497497
# -- Extra volume mounts for main container
498498
extraVolumeMounts: []
499499
initContainer:
500500
image:
501501
repository: quay.io/codefresh/cap-app-proxy-init
502-
tag: 28608a6
502+
tag: ada904f
503503
pullPolicy: IfNotPresent
504504
command:
505505
- ./init.sh

installer-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM debian:13-slim
88

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

11-
ARG CF_CLI_VERSION=v0.2.14
11+
ARG CF_CLI_VERSION=v0.2.16
1212
ARG TARGETARCH
1313

1414
RUN apt-get update && apt-get install curl jq -y

0 commit comments

Comments
 (0)