Skip to content

Commit 4ce5ddf

Browse files
philipkotliyakovcf-ci-bot-v2chen-keinanATGardner
authored
feat: added runtime label to codefresh cm (#781)
* added runtime label * CI Automatic commit - align Chart version * bump * test: update gitea helm repo Signed-off-by: Chen Keinan <[email protected]> * simpler gitea chart - no valkey or postgresql * use gitea chart 12.3.0 again --------- Signed-off-by: Chen Keinan <[email protected]> Co-authored-by: cf-ci-bot-v2 <[email protected]> Co-authored-by: Chen Keinan <[email protected]> Co-authored-by: Noam Gal <[email protected]>
1 parent 91be2f3 commit 4ce5ddf

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 0.1.75
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: '0.24.3'
5+
version: '0.24.4'
66
home: https://github.com/codefresh-io/gitops-runtime-helm
77
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
88
keywords:

charts/gitops-runtime/templates/_helpers.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
4848
{{- end }}
4949
app.kubernetes.io/managed-by: {{ .Release.Service }}
5050
app.kubernetes.io/part-of: codefresh-gitops-runtime
51+
codefresh.io/runtime-name: {{ .Values.global.runtime.name | quote }}
5152
{{- end }}
5253

5354
{{/*

tests/component-tests/setup/values/gitea.values.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
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
1311
postgresql-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

0 commit comments

Comments
 (0)