Skip to content

Onprem 2.7.9 #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025
Merged
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 codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ dependencies:
version: 0.8.10
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.83
version: 0.49.85
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.83
version: 0.49.85
- name: argo-platform
repository: oci://quay.io/codefresh/charts
version: 1.3344.0-onprem-5c8af92
Expand All @@ -170,5 +170,5 @@ dependencies:
- name: onboarding-status
repository: oci://quay.io/codefresh/charts
version: 1.8.8
digest: sha256:ed1d24ed0c9cd7c89b08b15b7daff4c5fdbdee45827ec50c11f656f2c97453df
generated: "2025-04-10T16:57:20.2068+03:00"
digest: sha256:2ebb0041093b91a6e3aa653e7a1730f208a7f7cc67b5e295fee67d07e3b592c5
generated: "2025-04-16T07:13:53.947555+03:00"
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.7.8
version: 2.7.9
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -18,8 +18,8 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: added
description: "Add option to specify labels for Ingress object"
- kind: security
description: "Contains security updates"
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.7.8](https://img.shields.io/badge/Version-2.7.8-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
![Version: 2.7.9](https://img.shields.io/badge/Version-2.7.9-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.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
10 changes: 5 additions & 5 deletions codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ hooks:
image:
registry: quay.io
repository: codefresh/mongosh
tag: 2.3.7
tag: 2.4.2
affinity: {}
nodeSelector: {}
podSecurityContext: {}
Expand Down Expand Up @@ -473,16 +473,16 @@ runtimeImages:
COMPOSE_IMAGE: quay.io/codefresh/compose:v2.32.2-1.5.2
CONTAINER_LOGGER_IMAGE: quay.io/codefresh/cf-container-logger:1.12.2
DIND_IMAGE: quay.io/codefresh/dind:26.1.4-1.28.8
DOCKER_BUILDER_IMAGE: quay.io/codefresh/cf-docker-builder:1.4.3
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_BUILDER_IMAGE: quay.io/codefresh/cf-docker-builder:1.4.4
DOCKER_PULLER_IMAGE: quay.io/codefresh/cf-docker-puller:8.0.20
DOCKER_PUSHER_IMAGE: quay.io/codefresh/cf-docker-pusher:6.0.17
DOCKER_TAG_PUSHER_IMAGE: quay.io/codefresh/cf-docker-tag-pusher:1.3.15
ENGINE_IMAGE: quay.io/codefresh/engine:1.177.6
FS_OPS_IMAGE: quay.io/codefresh/fs-ops:1.2.8
GIT_CLONE_IMAGE: quay.io/codefresh/cf-git-cloner:10.2.0
KUBE_DEPLOY: quay.io/codefresh/cf-deploy-kubernetes:16.2.6
PIPELINE_DEBUGGER_IMAGE: quay.io/codefresh/cf-debugger:1.3.7
TEMPLATE_ENGINE: quay.io/codefresh/pikolo:0.14.2
TEMPLATE_ENGINE: quay.io/codefresh/pikolo:0.14.3
CR_6177_FIXER: docker.io/library/alpine:3.21
GC_BUILDER_IMAGE: docker.io/library/alpine:3.21

Expand Down