Skip to content

Commit

Permalink
onprem: 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Dec 13, 2024
1 parent 5f823bb commit 8b6b709
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions codefresh/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Helm Chart for Codefresh On-Prem
name: codefresh
version: 2.6.3
version: 2.6.4
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -13,13 +13,13 @@ maintainers:
url: https://codefresh-io.github.io/
appVersion: 2.6.0
annotations:
artifacthub.io/prerelease: "true"
# artifacthub.io/prerelease: "true"
artifacthub.io/alternativeName: "codefresh-onprem"
artifacthub.io/containsSecurityUpdates: "false"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: "(cf-api) Enable promotions feature-flags"
description: "Update runtime-images (engine/cf-docker-builder)"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand Down
2 changes: 1 addition & 1 deletion codefresh/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Codefresh On-Premises

![Version: 2.6.3](https://img.shields.io/badge/Version-2.6.3-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square)
![Version: 2.6.4](https://img.shields.io/badge/Version-2.6.4-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square)

Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.

Expand Down
4 changes: 2 additions & 2 deletions codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,11 +457,11 @@ runtimeImages:
COMPOSE_IMAGE: quay.io/codefresh/compose:v2.28.1-1.5.0
CONTAINER_LOGGER_IMAGE: quay.io/codefresh/cf-container-logger:1.11.8
DIND_IMAGE: quay.io/codefresh/dind:26.1.4-1.28.8
DOCKER_BUILDER_IMAGE: quay.io/codefresh/cf-docker-builder:1.3.17
DOCKER_BUILDER_IMAGE: quay.io/codefresh/cf-docker-builder:1.4.0
DOCKER_PULLER_IMAGE: quay.io/codefresh/cf-docker-puller:8.0.18
DOCKER_PUSHER_IMAGE: quay.io/codefresh/cf-docker-pusher:6.0.16
DOCKER_TAG_PUSHER_IMAGE: quay.io/codefresh/cf-docker-tag-pusher:1.3.15
ENGINE_IMAGE: quay.io/codefresh/engine:1.175.2
ENGINE_IMAGE: quay.io/codefresh/engine:1.176.1
FS_OPS_IMAGE: quay.io/codefresh/fs-ops:1.2.7
GIT_CLONE_IMAGE: quay.io/codefresh/cf-git-cloner:10.2.0
KUBE_DEPLOY: quay.io/codefresh/cf-deploy-kubernetes:16.2.6
Expand Down

0 comments on commit 8b6b709

Please sign in to comment.