diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 8a30d75b..748b1feb 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.2.1 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.27.4 +version: 0.27.5 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index ff3fa24e..908dd79c 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -458,14 +458,14 @@ app-proxy: tag: 1.1.22-main image: repository: quay.io/codefresh/cap-app-proxy - tag: fbc0485 + tag: f1a9078 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: fbc0485 + tag: f1a9078 pullPolicy: IfNotPresent command: - ./init.sh @@ -721,7 +721,7 @@ redis-secret-init: image: registry: docker.io repository: alpine/kubectl - tag: 1.35.0 + tag: 1.35.1 nodeSelector: {} tolerations: [] affinity: {}