Skip to content
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
14 changes: 7 additions & 7 deletions charts/codefresh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ annotations:
# - kind:
# description: ""
artifacthub.io/changes: |-
- kind: changed
description: 'chore: CR-31292 fix security vulnerabilities (#141)'
- kind: security
description: updated services with security fixes in argo-platform, kubectl, mongosh
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand Down Expand Up @@ -214,15 +214,15 @@ dependencies:
repository: oci://quay.io/codefresh/charts
condition: helm-repo-manager.enabled
- name: hermes
version: 0.21.21
version: 0.21.22
repository: oci://quay.io/codefresh/charts
condition: hermes.enabled
- name: nomios
version: 0.11.11
version: 0.11.12
repository: oci://quay.io/codefresh/charts
condition: hermes.enabled
- name: cronus
version: 0.8.12
version: 0.8.13
repository: oci://quay.io/codefresh/charts
condition: hermes.enabled
- name: cf-platform-analytics
Expand All @@ -236,11 +236,11 @@ dependencies:
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: argo-platform
version: 1.3750.1-onprem-fe7a3d3
version: 1.3750.1-onprem-3c27f8e
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: argo-hub-platform
version: 0.1.27
version: 0.1.28
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: cf-oidc-provider
Expand Down
5 changes: 2 additions & 3 deletions charts/codefresh/templates/gencerts/cm-gencerts.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{{- $nameBuilder := printf "%s-%s" .Release.Name .Values.global.builderService }}
{{- $nameRunner := printf "%s-%s" .Release.Name .Values.global.runnerService }}
{{- $ns := .Release.Namespace }}
{{- $namesList := list $nameBuilder $nameRunner }}
{{- $namesList := list $nameBuilder }}
---
{{- if or .Values.global.certsJobs .Values.gencerts.enabled }}
apiVersion: v1
Expand Down Expand Up @@ -90,4 +89,4 @@ data:
fi
{{- end }}

{{- end }}
{{- end }}
4 changes: 2 additions & 2 deletions charts/codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ seed:
image:
registry: us-docker.pkg.dev/codefresh-inc/public-gcr-io
repository: codefresh/mongosh
tag: 2.5.9-cf-1
tag: 2.5.9-cf-2
# -- Root user in plain text (required ONLY for seed job!).
mongodbRootUser: "root"
# -- Root user from existing secret
Expand Down Expand Up @@ -453,7 +453,7 @@ hooks:
image:
registry: us-docker.pkg.dev/codefresh-inc/public-gcr-io
repository: codefresh/mongosh
tag: 2.5.9-cf-1
tag: 2.5.9-cf-2
affinity: {}
nodeSelector:
kubernetes.io/arch: amd64
Expand Down