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
2 changes: 1 addition & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.1.75
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: '0.24.3'
version: '0.24.4'
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand Down
1 change: 1 addition & 0 deletions charts/gitops-runtime/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/part-of: codefresh-gitops-runtime
codefresh.io/runtime-name: {{ .Values.global.runtime.name | quote }}
{{- end }}

{{/*
Expand Down
16 changes: 10 additions & 6 deletions tests/component-tests/setup/values/gitea.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@
# These values are used by the Helm install command in the test suite to
# ensure a minimal and reliable Gitea setup for testing purposes.
# -----------------------------------------------------------------------------
redis-cluster:
enabled: false
postgresql-ha:
enabled: false
postgresql:
enabled: true
image:
repository: bitnamilegacy/postgresql

valkey-cluster:
enabled: false

gitea:
config:
database:
DB_TYPE: sqlite3
HOST: localhost
PORT: 3306