File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
tests/component-tests/setup/values Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : 0.1.75
33description : A Helm chart for Codefresh gitops runtime
44name : gitops-runtime
5- version : ' 0.24.3 '
5+ version : ' 0.24.4 '
66home : https://github.com/codefresh-io/gitops-runtime-helm
77icon : https://avatars1.githubusercontent.com/u/11412079?v=3
88keywords :
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
4848{ {- end } }
4949app.kubernetes.io/managed-by: { { .Release.Service } }
5050app.kubernetes.io/part-of: codefresh-gitops-runtime
51+ codefresh.io/runtime-name: { { .Values.global.runtime.name | quote } }
5152{ {- end } }
5253
5354{ {/*
Original file line number Diff line number Diff line change 88# These values are used by the Helm install command in the test suite to
99# ensure a minimal and reliable Gitea setup for testing purposes.
1010# -----------------------------------------------------------------------------
11- redis-cluster :
12- enabled : false
1311postgresql-ha :
1412 enabled : false
15- postgresql :
16- enabled : true
17- image :
18- repository : bitnamilegacy/postgresql
13+
14+ valkey-cluster :
15+ enabled : false
16+
17+ gitea :
18+ config :
19+ database :
20+ DB_TYPE : sqlite3
21+ HOST : localhost
22+ PORT : 3306
You can’t perform that action at this time.
0 commit comments