diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 9e780aa5b..79241a24f 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.1.67 +appVersion: 0.1.68 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime version: 0.0.0 diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index afa073dac..9834d49d3 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -438,7 +438,7 @@ app-proxy: tag: 1.1.12-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3228.0 + tag: 1.3263.2 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -446,7 +446,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3228.0 + tag: 1.3263.2 pullPolicy: IfNotPresent command: - ./init.sh