Skip to content

Commit 9d0a1f3

Browse files
Merge branch 'stable/0.26' into prep/v0.26.1
2 parents 391d7cc + 1a8b870 commit 9d0a1f3

File tree

3 files changed

+3
-3
lines changed

3 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
@@ -37,7 +37,7 @@ dependencies:
3737
condition: argo-workflows.enabled
3838
- name: argo-rollouts
3939
repository: https://codefresh-io.github.io/argo-helm
40-
version: 2.37.3-7-v1.7.2-cap-OSS-697
40+
version: 2.37.3-8-v1.7.2-cap-CR-31756
4141
condition: argo-rollouts.enabled
4242
- name: sealed-secrets
4343
repository: https://bitnami-labs.github.io/sealed-secrets/

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ gitops-operator:
680680
image:
681681
registry: quay.io
682682
repository: codefresh/codefresh-gitops-operator
683-
tag: 8cbca33
683+
tag: 0.26-de28d8b
684684
env:
685685
!!merge <<:
686686
- *otel-config

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)