Skip to content

add logs to SSO syncing process #84

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

Closed
wants to merge 6 commits into from
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
14 changes: 7 additions & 7 deletions codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
version: 1.17.16
- name: kube-integration
repository: oci://quay.io/codefresh/charts
version: 1.31.19
version: 1.31.20
- name: charts-manager
repository: oci://quay.io/codefresh/charts
version: 1.23.2
Expand Down Expand Up @@ -130,22 +130,22 @@ dependencies:
version: 1.13.1
- name: helm-repo-manager
repository: oci://quay.io/codefresh/charts
version: 0.20.2
version: 0.23.0
- name: hermes
repository: oci://quay.io/codefresh/charts
version: 0.21.19
- name: nomios
repository: oci://quay.io/codefresh/charts
version: 0.11.10
version: 0.11.11
- name: cronus
repository: oci://quay.io/codefresh/charts
version: 0.8.11
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.50.2
version: 0.50.3
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.50.2
version: 0.50.3
- name: argo-platform
repository: oci://quay.io/codefresh/charts
version: 1.3525.1-onprem-d2885a5
Expand All @@ -167,5 +167,5 @@ dependencies:
- name: salesforce-reporter
repository: oci://quay.io/codefresh/charts
version: 1.30.11
digest: sha256:9f284e26aae3a4f6bb1476f304e4975283f23cb56c9545f602fb1921d46fe96c
generated: "2025-07-10T12:42:44.366546+03:00"
digest: sha256:2c88bab826c444a8c3f605eb47c0e7d20c333a2c7ef189afdb4320d4f05689cd
generated: "2025-07-15T11:45:47.780728+03:00"
13 changes: 3 additions & 10 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.8.9
version: 2.8.10
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -18,15 +18,8 @@ annotations:
# artifacthub.io/containsSecurityUpdates: "true"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: security
description: "Contains security fixes"
- kind: fixed
description: "Fixed an issue with labels being ignored for Product promotion rules (#6506)"
- kind: added
description: "cf-api - added logs to verifyUpdate"
links:
- name: Jira Issue
url: https://codefresh-io.atlassian.net/browse/CR-27521
- kind: added
description: "Additional logs for SSO user syncing"
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.8.9](https://img.shields.io/badge/Version-2.8.9-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
![Version: 2.8.10](https://img.shields.io/badge/Version-2.8.10-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.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