Skip to content

Commit 7f1a03d

Browse files
authored
chore: bump cap-app-proxy to 1.3953.0 (#958)
* feat: ensure default-git-source exists on every app-proxy restart (codefresh-io/argo-platform#6936) * chore(CR-32439): deleted npm, updated helm, sealed-secrets-controller, js-yaml (codefresh-io/argo-platform#6939)
1 parent 0346cd7 commit 7f1a03d

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.72
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.0.0
5+
version: 25.11-0
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:
@@ -14,32 +14,32 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
dependencies:
17-
- name: argo-cd
18-
repository: https://argoproj.github.io/argo-helm
19-
condition: argo-cd.enabled
20-
version: 9.0.2
21-
- name: argo-events
22-
repository: https://codefresh-io.github.io/argo-helm
23-
version: 2.4.9-cap-CR-30841
24-
condition: argo-events.enabled
25-
- name: argo-workflows
26-
repository: https://codefresh-io.github.io/argo-helm
27-
version: 0.45.17-v3.6.7-cap-CR-31761
28-
condition: argo-workflows.enabled
29-
- name: argo-rollouts
30-
repository: https://codefresh-io.github.io/argo-helm
31-
version: 2.37.3-7-v1.7.2-cap-OSS-697
32-
condition: argo-rollouts.enabled
33-
- name: sealed-secrets
34-
repository: https://bitnami-labs.github.io/sealed-secrets/
35-
version: 2.17.2
36-
condition: sealed-secrets.enabled
37-
- name: codefresh-tunnel-client
38-
repository: oci://quay.io/codefresh/charts
39-
version: 0.1.22
40-
alias: tunnel-client
41-
condition: tunnel-client.enabled
42-
- name: redis-ha
43-
version: 4.33.4
44-
repository: https://dandydeveloper.github.io/charts/
45-
condition: redis-ha.enabled
17+
- name: argo-cd
18+
repository: https://argoproj.github.io/argo-helm
19+
condition: argo-cd.enabled
20+
version: 9.0.2
21+
- name: argo-events
22+
repository: https://codefresh-io.github.io/argo-helm
23+
version: 2.4.9-cap-CR-30841
24+
condition: argo-events.enabled
25+
- name: argo-workflows
26+
repository: https://codefresh-io.github.io/argo-helm
27+
version: 0.45.17-v3.6.7-cap-CR-31761
28+
condition: argo-workflows.enabled
29+
- name: argo-rollouts
30+
repository: https://codefresh-io.github.io/argo-helm
31+
version: 2.37.3-7-v1.7.2-cap-OSS-697
32+
condition: argo-rollouts.enabled
33+
- name: sealed-secrets
34+
repository: https://bitnami-labs.github.io/sealed-secrets/
35+
version: 2.17.2
36+
condition: sealed-secrets.enabled
37+
- name: codefresh-tunnel-client
38+
repository: oci://quay.io/codefresh/charts
39+
version: 0.1.22
40+
alias: tunnel-client
41+
condition: tunnel-client.enabled
42+
- name: redis-ha
43+
version: 4.33.4
44+
repository: https://dandydeveloper.github.io/charts/
45+
condition: redis-ha.enabled

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,14 +495,14 @@ app-proxy:
495495
tag: 1.1.17-main
496496
image:
497497
repository: quay.io/codefresh/cap-app-proxy
498-
tag: 1.3943.0
498+
tag: 1.3953.0
499499
pullPolicy: IfNotPresent
500500
# -- Extra volume mounts for main container
501501
extraVolumeMounts: []
502502
initContainer:
503503
image:
504504
repository: quay.io/codefresh/cap-app-proxy-init
505-
tag: 1.3943.0
505+
tag: 1.3953.0
506506
pullPolicy: IfNotPresent
507507
command:
508508
- ./init.sh

0 commit comments

Comments
 (0)