diff --git a/charts/cf-runtime/Chart.yaml b/charts/cf-runtime/Chart.yaml index 31eac07d..caa39335 100644 --- a/charts/cf-runtime/Chart.yaml +++ b/charts/cf-runtime/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A Helm chart for Codefresh Runner name: cf-runtime -version: 6.2.6 +version: 6.2.7 keywords: - codefresh - runner @@ -15,7 +15,7 @@ maintainers: annotations: artifacthub.io/changes: | - kind: fixed - description: Update volumeProvisioner tag to `1.34.3` (fix volumes sort) + description: Add missing runtime images dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts diff --git a/charts/cf-runtime/values.yaml b/charts/cf-runtime/values.yaml index a0196878..1789b8ce 100644 --- a/charts/cf-runtime/values.yaml +++ b/charts/cf-runtime/values.yaml @@ -525,6 +525,8 @@ runtime: KUBE_DEPLOY: quay.io/codefresh/cf-deploy-kubernetes:16.1.11 PIPELINE_DEBUGGER_IMAGE: quay.io/codefresh/cf-debugger:1.3.0 TEMPLATE_ENGINE: quay.io/codefresh/pikolo:0.14.0 + CR_6177_FIXER: 'quay.io/codefresh/alpine:edge' + GC_BUILDER_IMAGE: 'quay.io/codefresh/cf-gc-builder:0.5.3' # -- Set additional env vars. env: {} # -- Set pod annotations.