Skip to content
Merged
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/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gencerts:
image:
registry: us-docker.pkg.dev/codefresh-inc/public-gcr-io
repository: codefresh/kubectl
tag: 1.33.3
tag: 1.33.5
rbac:
enabled: true
ttlSecondsAfterFinished: 300
Expand All @@ -36,7 +36,7 @@ seed:
image:
registry: us-docker.pkg.dev/codefresh-inc/public-gcr-io
repository: codefresh/mongosh
tag: 2.5.0
tag: 2.5.9-cf-1
# -- Root user in plain text (required ONLY for seed job!).
mongodbRootUser: "root"
# -- Root user from existing secret
Expand Down Expand Up @@ -67,7 +67,7 @@ seed:
image:
registry: us-docker.pkg.dev/codefresh-inc/public-gcr-io
repository: codefresh/postgresql
tag: 17.5.0-debian-12-r20
tag: 17.6.0-debian-12-r4
# -- (optional) "postgres" admin user in plain text (required ONLY for seed job!)
# Must be a privileged user allowed to create databases and grant roles.
# If omitted, username and password from `.Values.global.postgresUser/postgresPassword` will be used.
Expand Down Expand Up @@ -449,7 +449,7 @@ hooks:
image:
registry: us-docker.pkg.dev/codefresh-inc/public-gcr-io
repository: codefresh/mongosh
tag: 2.5.0
tag: 2.5.9-cf-1
affinity: {}
nodeSelector:
kubernetes.io/arch: amd64
Expand All @@ -462,7 +462,7 @@ hooks:
image:
registry: us-docker.pkg.dev/codefresh-inc/public-gcr-io
repository: codefresh/kubectl
tag: 1.33.3
tag: 1.33.5
affinity: {}
nodeSelector: {}
podSecurityContext: {}
Expand Down Expand Up @@ -490,7 +490,7 @@ postgresqlCleanJob:
image:
registry: us-docker.pkg.dev/codefresh-inc/public-gcr-io
repository: codefresh/postgresql
tag: 17.5.0-debian-12-r20
tag: 17.6.0-debian-12-r4
schedule: "0 0 * * *"
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
Expand Down Expand Up @@ -1159,7 +1159,7 @@ postgresql:
image:
registry: us-docker.pkg.dev/codefresh-inc/public-gcr-io
repository: codefresh/postgresql
tag: 17.5.0-debian-12-r20
tag: 17.6.0-debian-12-r4
auth:
enablePostgresUser: true
postgresPassword: "eC9arYka4ZbH"
Expand Down