Skip to content

onprem: 2.7.4 #35

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 9 commits into from
Mar 26, 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
3 changes: 3 additions & 0 deletions codefresh/.ci/values/defaults-hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ seed-e2e:

global:
appUrl: "" # placeholder
imagePullSecrets:
- codefresh-registry
- dockerhub-creds

cfapi:
rbac:
Expand Down
15 changes: 12 additions & 3 deletions codefresh/.ci/values/external-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ secrets:
ext-mongo:
enabled: true
stringData:
mongodb-host: cf-mongodb:27017
mongodb-host: my-mongodb:27017
mongodb-password: mTiXcU2wafr9
mongodb-user: cfuser
mongodb-root-user: root
mongodb-root-password: XT9nmM8dZD
ext-postgres:
enabled: true
stringData:
postgres-hostname: cf-postgresql
postgres-hostname: my-postgresql
postgres-password: eC9arYka4ZbH
postgres-user: postgres
ext-redis:
enabled: true
stringData:
redis-url: cf-redis-master
redis-url: my-redis-master
redis-password: hoC9szf7NtrU
ext-rabbitmq:
enabled: true
Expand Down Expand Up @@ -101,3 +101,12 @@ rabbitmq:
fullnameOverride: my-rabbitmq
auth:
username: myuser

redis:
fullnameOverride: my-redis

postgresql:
fullnameOverride: my-postgresql

mongodb:
fullnameOverride: my-mongodb
42 changes: 21 additions & 21 deletions codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies:
version: 1.8.8
- name: tasker-kubernetes
repository: oci://quay.io/codefresh/charts
version: 1.26.17
version: 1.26.18
- name: context-manager
repository: oci://quay.io/codefresh/charts
version: 2.33.6
Expand All @@ -64,58 +64,58 @@ dependencies:
version: 1.14.20
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.10
version: 21.274.11
- name: cfui
repository: oci://quay.io/codefresh/charts
version: 14.97.50
Expand Down Expand Up @@ -170,5 +170,5 @@ dependencies:
- name: onboarding-status
repository: oci://quay.io/codefresh/charts
version: 1.8.8
digest: sha256:c3bcab5928da688346f58ad2e73f9e7fb22e9c48e83f8a585d05376953376943
generated: "2025-03-25T16:14:59.451476+03:00"
digest: sha256:1a674a100aee5e84b21984cd9586ffe3ca48dc6951fed91023cf93bf58c67111
generated: "2025-03-26T11:42:09.123651+03:00"
9 changes: 3 additions & 6 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.3
version: 2.7.4
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -18,11 +18,8 @@ annotations:
# artifacthub.io/containsSecurityUpdates: "true"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: "Add procps to cf-system-etl-postgres"
links:
- name: JIRA Issue
url: https://codefresh-io.atlassian.net/browse/CR-27956
- kind: fixed
description: "REDIS_FEATURE_* env vars in cf-api"
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.3](https://img.shields.io/badge/Version-2.7.3-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
![Version: 2.7.4](https://img.shields.io/badge/Version-2.7.4-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
17 changes: 13 additions & 4 deletions codefresh/templates/seed-e2e/seed-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ spec:
labels:
{{ include "codefresh.labels" . | nindent 8 }}
spec:
{{- if .Values.global.imageRegistry }}
imagePullSecrets:
- name: "{{ .Release.Name }}-{{ .Values.global.codefresh }}-registry"
{{- end }}
{{- include (printf "%s.image.pullSecrets" $libTemplateName ) . | nindent 6 }}
securityContext:
{{- toYaml $context.podSecurityContext | nindent 8 }}
containers:
Expand All @@ -38,6 +35,18 @@ spec:
- secretRef:
name: {{ include "codefresh.fullname" . }}
env:
- name: MONGODB_HOST
{{- include "codefresh.mongodb-host-env-var-value" . | indent 10 }}
- name: MONGODB_USER
{{- include "codefresh.mongodb-user-env-var-value" . | indent 10 }}
- name: MONGODB_PASSWORD
{{- include "codefresh.mongodb-password-env-var-value" . | indent 10 }}
- name: MONGO_URI
{{- include "codefresh.mongo-seed-uri-env-var-value" . | indent 10 }}
- name: MONGODB_ROOT_USER
{{- include "codefresh.mongodb-root-user-env-var-value" . | indent 10 }}
- name: MONGODB_ROOT_PASSWORD
{{- include "codefresh.mongodb-root-password-env-var-value" . | indent 10 }}
- name: MONGO_URI
value: $(MONGODB_PROTOCOL)://$(MONGODB_USER):$(MONGODB_PASSWORD)@$(MONGODB_HOST)/$(MONGODB_DATABASE)?$(MONGODB_OPTIONS)
command:
Expand Down