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
2
2
appVersion : 0.1.75
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : ' 0.24.3 '
5
+ version : ' 0.24.4 '
6
6
home : https://github.com/codefresh-io/gitops-runtime-helm
7
7
icon : https://avatars1.githubusercontent.com/u/11412079?v=3
8
8
keywords :
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
48
48
{ {- end } }
49
49
app.kubernetes.io/managed-by: { { .Release.Service } }
50
50
app.kubernetes.io/part-of: codefresh-gitops-runtime
51
+ codefresh.io/runtime-name: { { .Values.global.runtime.name | quote } }
51
52
{ {- end } }
52
53
53
54
{ {/*
Original file line number Diff line number Diff line change 8
8
# These values are used by the Helm install command in the test suite to
9
9
# ensure a minimal and reliable Gitea setup for testing purposes.
10
10
# -----------------------------------------------------------------------------
11
- redis-cluster :
12
- enabled : false
13
11
postgresql-ha :
14
12
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