Skip to content

Commit 8dc6faf

Browse files
onprem: 2.6.4 (#19)
1 parent 5f823bb commit 8dc6faf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

codefresh/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Helm Chart for Codefresh On-Prem
33
name: codefresh
4-
version: 2.6.3
4+
version: 2.6.4
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -13,13 +13,13 @@ maintainers:
1313
url: https://codefresh-io.github.io/
1414
appVersion: 2.6.0
1515
annotations:
16-
artifacthub.io/prerelease: "true"
16+
# artifacthub.io/prerelease: "true"
1717
artifacthub.io/alternativeName: "codefresh-onprem"
1818
artifacthub.io/containsSecurityUpdates: "false"
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
2121
- kind: changed
22-
description: "(cf-api) Enable promotions feature-flags"
22+
description: "Update runtime-images (engine/cf-docker-builder)"
2323
dependencies:
2424
- name: cf-common
2525
repository: oci://quay.io/codefresh/charts

codefresh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

3-
![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)
3+
![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)
44

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

codefresh/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,11 +457,11 @@ runtimeImages:
457457
COMPOSE_IMAGE: quay.io/codefresh/compose:v2.28.1-1.5.0
458458
CONTAINER_LOGGER_IMAGE: quay.io/codefresh/cf-container-logger:1.11.8
459459
DIND_IMAGE: quay.io/codefresh/dind:26.1.4-1.28.8
460-
DOCKER_BUILDER_IMAGE: quay.io/codefresh/cf-docker-builder:1.3.17
460+
DOCKER_BUILDER_IMAGE: quay.io/codefresh/cf-docker-builder:1.4.0
461461
DOCKER_PULLER_IMAGE: quay.io/codefresh/cf-docker-puller:8.0.18
462462
DOCKER_PUSHER_IMAGE: quay.io/codefresh/cf-docker-pusher:6.0.16
463463
DOCKER_TAG_PUSHER_IMAGE: quay.io/codefresh/cf-docker-tag-pusher:1.3.15
464-
ENGINE_IMAGE: quay.io/codefresh/engine:1.175.2
464+
ENGINE_IMAGE: quay.io/codefresh/engine:1.176.1
465465
FS_OPS_IMAGE: quay.io/codefresh/fs-ops:1.2.7
466466
GIT_CLONE_IMAGE: quay.io/codefresh/cf-git-cloner:10.2.0
467467
KUBE_DEPLOY: quay.io/codefresh/cf-deploy-kubernetes:16.2.6

0 commit comments

Comments
 (0)