Skip to content

Commit 3b3888c

Browse files
fix: update nodejs for app-proxy; chore: bump kubectl (#1109)
1 parent 7747050 commit 3b3888c

File tree

2 files changed

+4
-4
lines changed

2 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
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.2.1
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.27.4
5+
version: 0.27.5
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:

charts/gitops-runtime/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,14 +458,14 @@ app-proxy:
458458
tag: 1.1.22-main
459459
image:
460460
repository: quay.io/codefresh/cap-app-proxy
461-
tag: fbc0485
461+
tag: f1a9078
462462
pullPolicy: IfNotPresent
463463
# -- Extra volume mounts for main container
464464
extraVolumeMounts: []
465465
initContainer:
466466
image:
467467
repository: quay.io/codefresh/cap-app-proxy-init
468-
tag: fbc0485
468+
tag: f1a9078
469469
pullPolicy: IfNotPresent
470470
command:
471471
- ./init.sh
@@ -721,7 +721,7 @@ redis-secret-init:
721721
image:
722722
registry: docker.io
723723
repository: alpine/kubectl
724-
tag: 1.35.0
724+
tag: 1.35.1
725725
nodeSelector: {}
726726
tolerations: []
727727
affinity: {}

0 commit comments

Comments
 (0)