Skip to content

onprem: 2.6.10 #34

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 3 commits into from
Mar 25, 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
32 changes: 16 additions & 16 deletions codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ dependencies:
version: 4.11.2
- name: cluster-providers
repository: oci://quay.io/codefresh/charts
version: 1.17.12
version: 1.17.15
- name: kube-integration
repository: oci://quay.io/codefresh/charts
version: 1.31.15
version: 1.31.18
- name: charts-manager
repository: oci://quay.io/codefresh/charts
version: 1.19.3
- name: cfsign
repository: oci://quay.io/codefresh/charts
version: 1.8.7
version: 1.8.8
- name: tasker-kubernetes
repository: oci://quay.io/codefresh/charts
version: 1.26.15
version: 1.26.17
- name: context-manager
repository: oci://quay.io/codefresh/charts
version: 2.31.4
Expand All @@ -61,7 +61,7 @@ dependencies:
version: 3.137.7
- name: gitops-dashboard-manager
repository: oci://quay.io/codefresh/charts
version: 1.14.18
version: 1.14.20
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.8
Expand Down Expand Up @@ -121,39 +121,39 @@ dependencies:
version: 14.96.75
- name: k8s-monitor
repository: oci://quay.io/codefresh/charts
version: 4.11.11
version: 4.11.13
- name: runtime-environment-manager
repository: oci://quay.io/codefresh/charts
version: 3.38.3
- name: cf-broadcaster
repository: oci://quay.io/codefresh/charts
version: 1.12.19
version: 1.12.22
- name: helm-repo-manager
repository: oci://quay.io/codefresh/charts
version: 0.17.1
- name: hermes
repository: oci://quay.io/codefresh/charts
version: 0.21.17
version: 0.21.18
- name: nomios
repository: oci://quay.io/codefresh/charts
version: 0.11.9
version: 0.11.10
- name: cronus
repository: oci://quay.io/codefresh/charts
version: 0.8.9
version: 0.8.10
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.76
version: 0.49.80
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.76
version: 0.49.80
- name: argo-platform
repository: oci://quay.io/codefresh/charts
version: 1.3169.1-onprem-915b48a
- name: argo-hub-platform
repository: oci://quay.io/codefresh/charts
version: 0.1.18
version: 0.1.22
- name: cf-oidc-provider
repository: oci://quay.io/codefresh/charts
version: 0.0.15
digest: sha256:416dcda251f5cd35df121c7beb2a922e581177f0fcdbe54e486bd3130a1eb835
generated: "2025-03-07T17:14:47.941403+03:00"
version: 0.0.16
digest: sha256:d679a4830362f1e368d96045a755a2f3a4d1439a1ce50950e002d7ccb4db84fe
generated: "2025-03-25T17:14:00.064063+03:00"
15 changes: 11 additions & 4 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.9
version: 2.6.10
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -15,11 +15,18 @@ appVersion: 2.6.0
annotations:
# artifacthub.io/prerelease: "true"
artifacthub.io/alternativeName: "codefresh-onprem"
# artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/containsSecurityUpdates: "true"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: fixed
description: "Optional CACHE_PASSWORD env var for argo-platform (api-graphql/promotion-orchestrator)"
- kind: changed
description: "Add procps to cf-system-etl-postgres"
links:
- name: JIRA Issue
url: https://codefresh-io.atlassian.net/browse/CR-27956
- kind: security
description: "Misc security updates"
- kind: changed
description: "Rename cf-k8s-monitor image to k8s-monitor"
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.9](https://img.shields.io/badge/Version-2.6.9-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square)
![Version: 2.6.10](https://img.shields.io/badge/Version-2.6.10-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
2 changes: 1 addition & 1 deletion codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ k8s-monitor:
container:
image:
registry: us-docker.pkg.dev/codefresh-enterprise/gcr.io
repository: codefresh/cf-k8s-monitor
repository: codefresh/k8s-monitor
resources:
requests:
cpu: 100m
Expand Down