Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions charts/cf-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Codefresh Runner
name: cf-runtime
version: 10.5.4
version: 10.5.5
keywords:
- codefresh
- runner
Expand All @@ -14,14 +14,14 @@ maintainers:
url: https://codefresh-io.github.io/
annotations:
# 💡 Do not forget to update this annotation:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/containsSecurityUpdates: "false"
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
artifacthub.io/changes: |
- kind: changed
description: 'Release 10.5.4'
description: 'Release 10.5.5'
links:
- name: 'Release notes'
url: 'https://github.com/codefresh-io/venona/releases/tag/cf-runtime-10.5.4-helm'
url: 'https://github.com/codefresh-io/venona/releases/tag/cf-runtime-10.5.5-helm'
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand Down
12 changes: 6 additions & 6 deletions charts/cf-runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Codefresh Runner

![Version: 10.5.4](https://img.shields.io/badge/Version-10.5.4-informational?style=flat-square)
![Version: 10.5.5](https://img.shields.io/badge/Version-10.5.5-informational?style=flat-square)

Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes.

Expand Down Expand Up @@ -1461,7 +1461,7 @@ Install the Helm chart
| monitor.affinity | object | `{}` | Set affinity |
| monitor.enabled | bool | `false` | Enable monitor Ref: https://codefresh.io/docs/docs/installation/codefresh-runner/#install-monitoring-component |
| monitor.env | object | `{}` | Add additional env vars |
| monitor.image | object | `{"digest":"sha256:8a95dd8d7750f4a892eaf1b7a02600a149a8ad823168c9fe973c316a51bb878e","registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.47"}` | Set image |
| monitor.image | object | `{"digest":"sha256:c6f858184c485e924f82a8f3a44fa0551d45064ffe7891be721f44630f787dda","registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.49"}` | Set image |
| monitor.nodeSelector | object | `{}` | Set node selector |
| monitor.podAnnotations | object | `{}` | Set pod annotations |
| monitor.podSecurityContext | object | `{}` | |
Expand Down Expand Up @@ -1490,7 +1490,7 @@ Install the Helm chart
| runner.env | object | `{"NEW_RELIC_ENABLED":"false"}` | Add additional env vars |
| runner.env.NEW_RELIC_ENABLED | string | `"false"` | DEPRECATED: New Relic instrumentation is no longer supported and will be removed in future version. Use OTel instead. |
| runner.image | object | `{"digest":"sha256:c6255468ea157db1b01b18c7d23b264da206bf6923513964583b6d6678223f18","registry":"quay.io","repository":"codefresh/venona","tag":"2.0.11"}` | Set image |
| runner.init | object | `{"image":{"digest":"sha256:f073118baa8cd84cbcb9c949bec937c7ea29504d02d4fb2c3469ebd4c071d77b","registry":"quay.io","repository":"codefresh/cli","tag":"1.2.5-rootless"},"resources":{"limits":{"cpu":"1","memory":"512Mi"},"requests":{"cpu":"0.2","memory":"256Mi"}}}` | Init container |
| runner.init | object | `{"image":{"digest":"sha256:8c7325fa22050a91114b9c9aed13b1b4920a26ac73d570a2a4a4d803ba0bdeab","registry":"quay.io","repository":"codefresh/cli","tag":"1.2.6-rootless"},"resources":{"limits":{"cpu":"1","memory":"512Mi"},"requests":{"cpu":"0.2","memory":"256Mi"}}}` | Init container |
| runner.name | string | `""` | Set runner deployment name |
| runner.nodeSelector | object | `{}` | Set node selector |
| runner.podAnnotations | object | `{}` | Set pod annotations |
Expand Down Expand Up @@ -1543,7 +1543,7 @@ Install the Helm chart
| runtime.dind.userVolumeMounts | object | `{}` | Add extra volume mounts |
| runtime.dind.userVolumes | object | `{}` | Add extra volumes |
| runtime.dindDaemon | object | See below | DinD pod daemon config |
| runtime.engine | object | `{"affinity":{},"command":["node","dist/server/index.js"],"env":{"CF_TELEMETRY_LOGS_LEVEL":"debug","CF_TELEMETRY_OTEL_ALLOW_HTTP_INSTRUMENTATION":"false","CF_TELEMETRY_OTEL_ENABLE":"true","CF_TELEMETRY_PROMETHEUS_ENABLE":"false","CF_TELEMETRY_PROMETHEUS_ENABLE_PROCESS_METRICS":"false","CF_TELEMETRY_PROMETHEUS_HOST":"0.0.0.0","CF_TELEMETRY_PROMETHEUS_PORT":"9100","CF_TELEMETRY_PYROSCOPE_ENABLE":"false","CONTAINER_LOGGER_EXEC_CHECK_INTERVAL_MS":1000,"DOCKER_REQUEST_TIMEOUT_MS":30000,"FORCE_COMPOSE_SERIAL_PULL":false,"LOGGER_LEVEL":"debug","LOG_OUTGOING_HTTP_REQUESTS":false,"METRICS_SCRAPE_TIMEOUT_MS":"0","NEW_RELIC_ENABLED":"false","OTEL_EXPORTER_OTLP_COMPRESSION":"gzip","OTEL_EXPORTER_OTLP_ENDPOINT":"http://localhost:4317","OTEL_EXPORTER_OTLP_PROTOCOL":"grpc","OTEL_EXPORTER_PROMETHEUS_HOST":"0.0.0.0","OTEL_EXPORTER_PROMETHEUS_PORT":"9464","OTEL_LOGS_EXPORTER":"none","OTEL_METRICS_EXPORTER":"otlp","OTEL_METRIC_EXPORT_INTERVAL":"10000","OTEL_METRIC_EXPORT_TIMEOUT":"5000","OTEL_SEMCONV_STABILITY_OPT_IN":"http","OTEL_TRACES_EXPORTER":"none","OTEL_TRACES_SAMPLER":"parentbased_always_on","PYROSCOPE_SERVER_ADDRESS":"","TRUSTED_QEMU_IMAGES":"tonistiigi/binfmt"},"image":{"digest":"sha256:ff57bea0a8fe271f5f9bde22e8eaa92f11570e4f6efc11629ce82cf55426dd59","pullPolicy":"IfNotPresent","registry":"quay.io","repository":"codefresh/engine","tag":"3.3.13"},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"resources":{"limits":{"cpu":"1000m","memory":"2048Mi"},"requests":{"cpu":"100m","memory":"128Mi"}},"runtimeImages":{"alpine":{"digest":"sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b","registry":"docker.io","repository":"alpine","tag":"latest"},"compose":{"digest":"sha256:00be823909a6bb20e2c45f379942494fb433cc88977da40ad171a8119227e199","registry":"quay.io","repository":"codefresh/compose","tag":"1.6.10"},"container-logger":{"digest":"sha256:73756992c737696d27e03990e6b97cf663060f120ee82383e0a07131b1f82e15","registry":"quay.io","repository":"codefresh/cf-container-logger","tag":"2.0.43"},"cosign-image-signer":{"digest":"sha256:4ac1e3944757c1c703311c9c5e9e47069fcc667c226e45af850a80065577ff05","registry":"quay.io","repository":"codefresh/cf-cosign-image-signer","tag":"4.0.6"},"default-qemu":{"digest":"sha256:d3b963f787999e6c0219a48dba02978769286ff61a5f4d26245cb6a6e5567ea3","registry":"docker.io","repository":"tonistiigi/binfmt","tag":"qemu-v10.2.1"},"docker-builder":{"digest":"sha256:24be425afaf2f3d43df97f05d00b00f22cee6b890467a772511e8f042ad2f8a0","registry":"quay.io","repository":"codefresh/cf-docker-builder","tag":"1.6.22"},"docker-puller":{"digest":"sha256:881d803fb67fcc49b0e94672f9691f8634a3ca85347ac60f7270153dc2ee0957","registry":"quay.io","repository":"codefresh/cf-docker-puller","tag":"8.0.49"},"docker-pusher":{"digest":"sha256:37352200bca280ca0b9a11a55e4f6dccc36ff8677569f6a7fbc13b3c2434111a","registry":"quay.io","repository":"codefresh/cf-docker-pusher","tag":"6.0.43"},"fs-ops":{"digest":"sha256:1f7ab2fddb3b8bb4153046261367e296c6c9ac3b224f48cd2028371a9f0e2bcf","registry":"quay.io","repository":"codefresh/fs-ops","tag":"1.2.13"},"gc-builder":{"digest":"sha256:1fc7066119f6558921c584ce16de64ed93d7df5b5ffdba7bb82ff881aa26515c","registry":"quay.io","repository":"codefresh/gcloud-builder","tag":"0.5.22"},"git-cloner":{"digest":"sha256:d5eae428c4896847795202036645a90fdad5f2f68a3eb08bf8ca7e65e450b5ed","registry":"quay.io","repository":"codefresh/cf-git-cloner","tag":"10.3.13"},"kube-deploy":{"digest":"sha256:a9642f66c7696367b43f2931bab6f647f9f91262e194609e64a19ea362a7c873","registry":"quay.io","repository":"codefresh/cf-deploy-kubernetes","tag":"18.0.2"},"pipeline-debugger":{"digest":"sha256:a3f592014974fdd3308d903a546c266c9d01fc9b5a4d533434a0dda5016e8df8","registry":"quay.io","repository":"codefresh/cf-debugger","tag":"1.3.15"},"template-engine":{"digest":"sha256:4eaea479e83ed1fccc0b8bee53ad1afbc3d16f32373e15d9bea3dd8232a7a3ac","registry":"quay.io","repository":"codefresh/pikolo","tag":"0.15.16"}},"runtimeImagesRegistry":"","schedulerName":"","serviceAccount":"codefresh-engine","terminationGracePeriodSeconds":180,"tolerations":[],"userEnvVars":[],"workflowLimits":{"MAXIMUM_ALLOWED_TIME_BEFORE_PRE_STEPS_SUCCESS":600,"MAXIMUM_ALLOWED_WORKFLOW_AGE_BEFORE_TERMINATION":86400,"MAXIMUM_ELECTED_STATE_AGE_ALLOWED":900,"MAXIMUM_POST_STEPS_GRACE_PERIOD_MINUTES":30,"MAXIMUM_RETRY_ATTEMPTS_ALLOWED":20,"MAXIMUM_TERMINATING_STATE_AGE_ALLOWED":900,"MAXIMUM_TERMINATING_STATE_AGE_ALLOWED_WITHOUT_UPDATE":300,"TIME_ENGINE_INACTIVE_UNTIL_TERMINATION":300,"TIME_ENGINE_INACTIVE_UNTIL_UNHEALTHY":60,"TIME_INACTIVE_UNTIL_TERMINATION":2700}}` | Parameters for Engine pod (aka "pipeline" orchestrator). |
| runtime.engine | object | `{"affinity":{},"command":["node","dist/server/index.js"],"env":{"CF_TELEMETRY_LOGS_LEVEL":"debug","CF_TELEMETRY_OTEL_ALLOW_HTTP_INSTRUMENTATION":"false","CF_TELEMETRY_OTEL_ENABLE":"true","CF_TELEMETRY_PROMETHEUS_ENABLE":"false","CF_TELEMETRY_PROMETHEUS_ENABLE_PROCESS_METRICS":"false","CF_TELEMETRY_PROMETHEUS_HOST":"0.0.0.0","CF_TELEMETRY_PROMETHEUS_PORT":"9100","CF_TELEMETRY_PYROSCOPE_ENABLE":"false","CONTAINER_LOGGER_EXEC_CHECK_INTERVAL_MS":1000,"DOCKER_REQUEST_TIMEOUT_MS":30000,"FORCE_COMPOSE_SERIAL_PULL":false,"LOGGER_LEVEL":"debug","LOG_OUTGOING_HTTP_REQUESTS":false,"METRICS_SCRAPE_TIMEOUT_MS":"0","NEW_RELIC_ENABLED":"false","OTEL_EXPORTER_OTLP_COMPRESSION":"gzip","OTEL_EXPORTER_OTLP_ENDPOINT":"http://localhost:4317","OTEL_EXPORTER_OTLP_PROTOCOL":"grpc","OTEL_EXPORTER_PROMETHEUS_HOST":"0.0.0.0","OTEL_EXPORTER_PROMETHEUS_PORT":"9464","OTEL_LOGS_EXPORTER":"none","OTEL_METRICS_EXPORTER":"otlp","OTEL_METRIC_EXPORT_INTERVAL":"10000","OTEL_METRIC_EXPORT_TIMEOUT":"5000","OTEL_SEMCONV_STABILITY_OPT_IN":"http","OTEL_TRACES_EXPORTER":"none","OTEL_TRACES_SAMPLER":"parentbased_always_on","PYROSCOPE_SERVER_ADDRESS":"","TRUSTED_QEMU_IMAGES":"tonistiigi/binfmt"},"image":{"digest":"sha256:e5ca7a65cd25130e77a7110458e382e125e82b92e5fc096139f4802e739325ef","pullPolicy":"IfNotPresent","registry":"quay.io","repository":"codefresh/engine","tag":"3.3.15"},"nodeSelector":{},"podAnnotations":{},"podLabels":{},"resources":{"limits":{"cpu":"1000m","memory":"2048Mi"},"requests":{"cpu":"100m","memory":"128Mi"}},"runtimeImages":{"alpine":{"digest":"sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b","registry":"docker.io","repository":"alpine","tag":"latest"},"compose":{"digest":"sha256:00be823909a6bb20e2c45f379942494fb433cc88977da40ad171a8119227e199","registry":"quay.io","repository":"codefresh/compose","tag":"1.6.10"},"container-logger":{"digest":"sha256:73756992c737696d27e03990e6b97cf663060f120ee82383e0a07131b1f82e15","registry":"quay.io","repository":"codefresh/cf-container-logger","tag":"2.0.43"},"cosign-image-signer":{"digest":"sha256:4ac1e3944757c1c703311c9c5e9e47069fcc667c226e45af850a80065577ff05","registry":"quay.io","repository":"codefresh/cf-cosign-image-signer","tag":"4.0.6"},"default-qemu":{"digest":"sha256:d3b963f787999e6c0219a48dba02978769286ff61a5f4d26245cb6a6e5567ea3","registry":"docker.io","repository":"tonistiigi/binfmt","tag":"qemu-v10.2.1"},"docker-builder":{"digest":"sha256:24be425afaf2f3d43df97f05d00b00f22cee6b890467a772511e8f042ad2f8a0","registry":"quay.io","repository":"codefresh/cf-docker-builder","tag":"1.6.22"},"docker-puller":{"digest":"sha256:881d803fb67fcc49b0e94672f9691f8634a3ca85347ac60f7270153dc2ee0957","registry":"quay.io","repository":"codefresh/cf-docker-puller","tag":"8.0.49"},"docker-pusher":{"digest":"sha256:37352200bca280ca0b9a11a55e4f6dccc36ff8677569f6a7fbc13b3c2434111a","registry":"quay.io","repository":"codefresh/cf-docker-pusher","tag":"6.0.43"},"fs-ops":{"digest":"sha256:1f7ab2fddb3b8bb4153046261367e296c6c9ac3b224f48cd2028371a9f0e2bcf","registry":"quay.io","repository":"codefresh/fs-ops","tag":"1.2.13"},"gc-builder":{"digest":"sha256:1fc7066119f6558921c584ce16de64ed93d7df5b5ffdba7bb82ff881aa26515c","registry":"quay.io","repository":"codefresh/gcloud-builder","tag":"0.5.22"},"git-cloner":{"digest":"sha256:5f604e6e48380705cb46a20b44045430308fa5dd5fc8471cf85373d9bb2934db","registry":"quay.io","repository":"codefresh/cf-git-cloner","tag":"10.3.14"},"kube-deploy":{"digest":"sha256:a9642f66c7696367b43f2931bab6f647f9f91262e194609e64a19ea362a7c873","registry":"quay.io","repository":"codefresh/cf-deploy-kubernetes","tag":"18.0.2"},"pipeline-debugger":{"digest":"sha256:a3f592014974fdd3308d903a546c266c9d01fc9b5a4d533434a0dda5016e8df8","registry":"quay.io","repository":"codefresh/cf-debugger","tag":"1.3.15"},"template-engine":{"digest":"sha256:4eaea479e83ed1fccc0b8bee53ad1afbc3d16f32373e15d9bea3dd8232a7a3ac","registry":"quay.io","repository":"codefresh/pikolo","tag":"0.15.16"}},"runtimeImagesRegistry":"","schedulerName":"","serviceAccount":"codefresh-engine","terminationGracePeriodSeconds":180,"tolerations":[],"userEnvVars":[],"workflowLimits":{"MAXIMUM_ALLOWED_TIME_BEFORE_PRE_STEPS_SUCCESS":600,"MAXIMUM_ALLOWED_WORKFLOW_AGE_BEFORE_TERMINATION":86400,"MAXIMUM_ELECTED_STATE_AGE_ALLOWED":900,"MAXIMUM_POST_STEPS_GRACE_PERIOD_MINUTES":30,"MAXIMUM_RETRY_ATTEMPTS_ALLOWED":20,"MAXIMUM_TERMINATING_STATE_AGE_ALLOWED":900,"MAXIMUM_TERMINATING_STATE_AGE_ALLOWED_WITHOUT_UPDATE":300,"TIME_ENGINE_INACTIVE_UNTIL_TERMINATION":300,"TIME_ENGINE_INACTIVE_UNTIL_UNHEALTHY":60,"TIME_INACTIVE_UNTIL_TERMINATION":2700}}` | Parameters for Engine pod (aka "pipeline" orchestrator). |
| runtime.engine.affinity | object | `{}` | Set affinity |
| runtime.engine.command | list | `["node","dist/server/index.js"]` | Set container command. |
| runtime.engine.env | object | `{"CF_TELEMETRY_LOGS_LEVEL":"debug","CF_TELEMETRY_OTEL_ALLOW_HTTP_INSTRUMENTATION":"false","CF_TELEMETRY_OTEL_ENABLE":"true","CF_TELEMETRY_PROMETHEUS_ENABLE":"false","CF_TELEMETRY_PROMETHEUS_ENABLE_PROCESS_METRICS":"false","CF_TELEMETRY_PROMETHEUS_HOST":"0.0.0.0","CF_TELEMETRY_PROMETHEUS_PORT":"9100","CF_TELEMETRY_PYROSCOPE_ENABLE":"false","CONTAINER_LOGGER_EXEC_CHECK_INTERVAL_MS":1000,"DOCKER_REQUEST_TIMEOUT_MS":30000,"FORCE_COMPOSE_SERIAL_PULL":false,"LOGGER_LEVEL":"debug","LOG_OUTGOING_HTTP_REQUESTS":false,"METRICS_SCRAPE_TIMEOUT_MS":"0","NEW_RELIC_ENABLED":"false","OTEL_EXPORTER_OTLP_COMPRESSION":"gzip","OTEL_EXPORTER_OTLP_ENDPOINT":"http://localhost:4317","OTEL_EXPORTER_OTLP_PROTOCOL":"grpc","OTEL_EXPORTER_PROMETHEUS_HOST":"0.0.0.0","OTEL_EXPORTER_PROMETHEUS_PORT":"9464","OTEL_LOGS_EXPORTER":"none","OTEL_METRICS_EXPORTER":"otlp","OTEL_METRIC_EXPORT_INTERVAL":"10000","OTEL_METRIC_EXPORT_TIMEOUT":"5000","OTEL_SEMCONV_STABILITY_OPT_IN":"http","OTEL_TRACES_EXPORTER":"none","OTEL_TRACES_SAMPLER":"parentbased_always_on","PYROSCOPE_SERVER_ADDRESS":"","TRUSTED_QEMU_IMAGES":"tonistiigi/binfmt"}` | Set additional env vars. |
Expand Down Expand Up @@ -1576,7 +1576,7 @@ Install the Helm chart
| runtime.engine.env.OTEL_TRACES_SAMPLER | string | `"parentbased_always_on"` | OTel sampler to be used for traces. Ref: https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/ |
| runtime.engine.env.PYROSCOPE_SERVER_ADDRESS | string | `""` | Pyroscope server address |
| runtime.engine.env.TRUSTED_QEMU_IMAGES | string | `"tonistiigi/binfmt"` | Trusted QEMU images used for docker builds - when left blank defaults to .runtime.engine.runtimeImages.DEFAULT_QEMU_IMAGE value |
| runtime.engine.image | object | `{"digest":"sha256:ff57bea0a8fe271f5f9bde22e8eaa92f11570e4f6efc11629ce82cf55426dd59","pullPolicy":"IfNotPresent","registry":"quay.io","repository":"codefresh/engine","tag":"3.3.13"}` | Set image. |
| runtime.engine.image | object | `{"digest":"sha256:e5ca7a65cd25130e77a7110458e382e125e82b92e5fc096139f4802e739325ef","pullPolicy":"IfNotPresent","registry":"quay.io","repository":"codefresh/engine","tag":"3.3.15"}` | Set image. |
| runtime.engine.nodeSelector | object | `{}` | Set node selector. |
| runtime.engine.podAnnotations | object | `{}` | Set pod annotations. |
| runtime.engine.podLabels | object | `{}` | Set pod labels. |
Expand All @@ -1603,7 +1603,7 @@ Install the Helm chart
| runtime.inCluster | for On-Premise only | `true` | Set inCluster runtime |
| runtime.kubeconfigFilePath | for On-Premise only | `""` | Set kubeconfig name and path |
| runtime.patch | object | See below | Parameters for `runtime-patch` post-upgrade/install hook |
| runtime.patch.cronjob | object | `{"affinity":{},"enabled":true,"failedJobsHistory":1,"image":{"digest":"sha256:f073118baa8cd84cbcb9c949bec937c7ea29504d02d4fb2c3469ebd4c071d77b","registry":"quay.io","repository":"codefresh/cli","tag":"1.2.5-rootless"},"nodeSelector":{},"podSecurityContext":{},"resources":{},"schedule":"0/5 * * * *","successfulJobsHistory":1,"tolerations":[]}` | CronJob to update the runtime on schedule |
| runtime.patch.cronjob | object | `{"affinity":{},"enabled":true,"failedJobsHistory":1,"image":{"digest":"sha256:8c7325fa22050a91114b9c9aed13b1b4920a26ac73d570a2a4a4d803ba0bdeab","registry":"quay.io","repository":"codefresh/cli","tag":"1.2.6-rootless"},"nodeSelector":{},"podSecurityContext":{},"resources":{},"schedule":"0/5 * * * *","successfulJobsHistory":1,"tolerations":[]}` | CronJob to update the runtime on schedule |
| runtime.rbac | object | `{"create":true,"rules":[]}` | RBAC parameters |
| runtime.rbac.create | bool | `true` | Create RBAC resources |
| runtime.rbac.rules | list | `[]` | Add custom rule to the engine role |
Expand Down
24 changes: 12 additions & 12 deletions charts/cf-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ runner:
image:
registry: quay.io
repository: codefresh/cli
tag: 1.2.5-rootless
digest: sha256:f073118baa8cd84cbcb9c949bec937c7ea29504d02d4fb2c3469ebd4c071d77b
tag: 1.2.6-rootless
digest: sha256:8c7325fa22050a91114b9c9aed13b1b4920a26ac73d570a2a4a4d803ba0bdeab
resources:
limits:
memory: 512Mi
Expand Down Expand Up @@ -507,9 +507,9 @@ runtime:
image:
registry: quay.io
repository: codefresh/engine
tag: 3.3.13
tag: 3.3.15
pullPolicy: IfNotPresent
digest: sha256:ff57bea0a8fe271f5f9bde22e8eaa92f11570e4f6efc11629ce82cf55426dd59
digest: sha256:e5ca7a65cd25130e77a7110458e382e125e82b92e5fc096139f4802e739325ef
# -- Set container command.
command:
- 'node'
Expand Down Expand Up @@ -562,8 +562,8 @@ runtime:
git-cloner:
registry: quay.io
repository: codefresh/cf-git-cloner
tag: 10.3.13
digest: sha256:d5eae428c4896847795202036645a90fdad5f2f68a3eb08bf8ca7e65e450b5ed
tag: 10.3.14
digest: sha256:5f604e6e48380705cb46a20b44045430308fa5dd5fc8471cf85373d9bb2934db
kube-deploy:
registry: quay.io
repository: codefresh/cf-deploy-kubernetes
Expand Down Expand Up @@ -746,8 +746,8 @@ runtime:
image:
registry: quay.io
repository: codefresh/cli
tag: 1.2.5-rootless
digest: sha256:f073118baa8cd84cbcb9c949bec937c7ea29504d02d4fb2c3469ebd4c071d77b
tag: 1.2.6-rootless
digest: sha256:8c7325fa22050a91114b9c9aed13b1b4920a26ac73d570a2a4a4d803ba0bdeab
rbac:
enabled: true
annotations: {}
Expand All @@ -768,8 +768,8 @@ runtime:
image:
registry: quay.io
repository: codefresh/cli
tag: 1.2.5-rootless
digest: sha256:f073118baa8cd84cbcb9c949bec937c7ea29504d02d4fb2c3469ebd4c071d77b
tag: 1.2.6-rootless
digest: sha256:8c7325fa22050a91114b9c9aed13b1b4920a26ac73d570a2a4a4d803ba0bdeab
affinity: {}
nodeSelector: {}
podSecurityContext: {}
Expand Down Expand Up @@ -985,8 +985,8 @@ monitor:
image:
registry: quay.io
repository: codefresh/cf-k8s-agent
tag: 1.3.47
digest: sha256:8a95dd8d7750f4a892eaf1b7a02600a149a8ad823168c9fe973c316a51bb878e
tag: 1.3.49
digest: sha256:c6f858184c485e924f82a8f3a44fa0551d45064ffe7891be721f44630f787dda
# -- Add additional env vars
env: {}
# -- Service Account parameters
Expand Down
Loading