Ceddaerrix
f1d25e0e0c
DRY improvements ( #664 )
...
Adding support for DRY principle (via use of the TPL function) to the PVC storage class and the ingress class
It allows to reference a variable into another one to avoid duplicating them (or using YAML anchors).
It is useful and valuable when including Gitea into an umbrella chart with multiple components and to have a single variable while the components variable only refer to that single one.
Example 1
```
global:
persistence:
storageClass: "storage-class"
persistence:
storageClass: "{{ .Values.global.persistence.storageClass }}"
```
This results in having `spec.storageClassName` equal to `storage-class` in the PVC object
Example 2
```
global:
ingress:
className: "ingress-class"
ingress:
className: "{{ .Values.global.ingress.className}}"
```
This results in having `spec.ingressClassName` equal to `ingress-class` in the Ingress object
N/A
- [X] Templating unittests are added
Co-authored-by: 212597596 <cedric.henry@ge.com>
Co-authored-by: pat-s <pat-s@noreply.gitea.com>
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.com>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/664
Reviewed-by: pat-s <pat-s@noreply.gitea.com>
Co-authored-by: Ceddaerrix <ceddaerrix@noreply.gitea.com>
Co-committed-by: Ceddaerrix <ceddaerrix@noreply.gitea.com>
(cherry picked from commit b7b60dd51f11e998c17fc9be5fc20d6730b77100)
2024-07-31 12:03:20 +02:00
Michael Kriese
d000400926
docs: add upgrading guide for v8
2024-07-31 10:43:03 +02:00
Renovate Bot
c461084075
feat(deps)!: update forgejo docker tag to v8 (main) ( #686 )
...
Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/686
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-31 08:17:21 +00:00
Renovate Bot
1c1e2c74eb
ci(forgejo): update experimental docker digests (main) ( #687 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-31 02:08:59 +00:00
Renovate Bot
6b0f1c903c
fix(deps): update forgejo docker tag to v7.0.6 (main) ( #685 )
...
Reviewed-on: https://code.forgejo.org///forgejo-helm/forgejo-helm/pulls/685
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-30 17:00:12 +00:00
Renovate Bot
96f1c46cc5
ci(forgejo): update codeberg.org/forgejo-experimental/forgejo:9.0-test docker digest to 03b187b (main) ( #684 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-30 01:34:38 +00:00
Renovate Bot
5bde946a88
ci(forgejo): update experimental docker digests (main) ( #683 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-30 00:10:45 +00:00
Renovate Bot
84fcf57a50
chore(deps): update dependency husky to v9.1.4 (main) ( #681 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-29 15:09:35 +00:00
Renovate Bot
fa49088cdf
ci(forgejo): update experimental docker digests (main) ( #680 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-29 01:13:48 +00:00
Renovate Bot
fa184bb3a4
ci(forgejo): update codeberg.org/forgejo-experimental/forgejo:9.0-test docker digest to 0d928df (main) ( #679 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-28 01:39:00 +00:00
Renovate Bot
8944578209
ci(forgejo): update codeberg.org/forgejo-experimental/forgejo:9.0-test docker digest to b7230ca (main) ( #678 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-27 01:39:08 +00:00
Renovate Bot
0c4cf161e0
ci(forgejo): update codeberg.org/forgejo-experimental/forgejo:9.0-test docker digest to 2dd3a93 (main) ( #677 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-27 00:04:53 +00:00
Renovate Bot
55d1834db5
chore(deps): update dependency husky to v9.1.3 (main) ( #675 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-26 18:37:40 +00:00
Renovate Bot
253b806de9
chore(config): migrate renovate config ( #673 )
...
Reviewed-on: https://code.forgejo.org///forgejo-helm/forgejo-helm/pulls/673
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-26 06:14:40 +00:00
Renovate Bot
9897b5e2b3
ci(forgejo): update experimental docker digests (main) ( #674 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-26 01:38:53 +00:00
Renovate Bot
c6e6858492
chore(deps): update dependency husky to v9.1.2 (main) ( #671 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-25 13:37:30 +00:00
Michael Kriese
7a2d25ecb9
chore(renovate): rename group and disable more updates
2024-07-25 15:02:18 +02:00
Renovate Bot
b6a686dec5
ci(forgejo): update ci-forgejo (main) ( #670 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-25 12:59:57 +00:00
Michael Kriese
ec19ba4bee
chore(renovate): add group name for ci values and disable major updates
2024-07-25 14:48:52 +02:00
Michael Kriese
f28c42c1a6
chore(renovate): wrong file match
2024-07-25 14:35:46 +02:00
Renovate Bot
2f3da537ce
fix(deps): update helm release redis-cluster to v10.2.9 (main) ( #668 )
...
Reviewed-on: https://code.forgejo.org///forgejo-helm/forgejo-helm/pulls/668
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-25 12:32:11 +00:00
Michael Kriese
12b9abf07c
test(renovate): update ci tests
2024-07-25 14:29:52 +02:00
viceice
ac959bcac2
chore(renovate): update subcharts daily
2024-07-25 12:06:48 +00:00
Renovate Bot
916843d1be
fix(deps): update subcharts (main) ( #666 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-25 11:37:54 +00:00
Renovate Bot
ac33989cb3
fix(deps): update helm release redis-cluster to v10.2.8 (main) ( #664 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-24 21:38:12 +00:00
Renovate Bot
a7d438d8d9
fix(deps): update helm release postgresql-ha to v14.2.13 (main) ( #662 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-24 18:08:42 +00:00
Renovate Bot
d7c869ddc1
fix(deps): update helm release postgresql to v15.5.19 (main) ( #660 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-24 17:08:35 +00:00
Renovate Bot
8919a267ef
chore(deps): update dependency node to v20.16.0 (main) ( #658 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-24 12:38:24 +00:00
Renovate Bot
6363dd5391
chore(deps): update dependency helm-unittest to v0.5.2 (main) ( #654 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-24 00:35:21 +00:00
Renovate Bot
b12c082ccf
fix(deps): update helm release postgresql to v15.5.18 (main) ( #656 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-24 00:11:50 +00:00
Renovate Bot
39c186b811
chore(deps): update pnpm to v9.6.0 (main) ( #652 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-22 00:38:52 +00:00
Renovate Bot
cae383dbec
chore(deps): update dependency husky to v9.1.1 (main) ( #650 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-18 13:37:12 +00:00
Renovate Bot
4b325cc8b6
chore(deps): update dependency husky to v9.1.0 (main) ( #648 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-17 16:08:03 +00:00
Renovate Bot
caca7af895
ci(deps): update dependency kubectl to v1.30.3 (main) ( #646 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-17 12:39:30 +00:00
Renovate Bot
baf989c435
fix(deps): update helm release postgresql-ha to v14.2.12 (main) ( #644 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-17 10:09:57 +00:00
Renovate Bot
abb921b38a
fix(deps): update helm release redis-cluster to v10.2.7 (main) ( #642 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-16 22:09:55 +00:00
Renovate Bot
997c41aef4
fix(deps): update helm release postgresql to v15.5.17 (main) ( #640 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-16 16:10:12 +00:00
Renovate Bot
dd37341b21
chore(deps): update dependency prettier to v3.3.3 (main) ( #638 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-13 12:38:09 +00:00
Renovate Bot
199dcee7bc
fix(deps): update helm release postgresql to v15.5.16 (main) ( #636 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-11 12:08:31 +00:00
Renovate Bot
ce17eeeefc
ci(deps): update helm/chart-testing-action digest to 5aa1c68 (main) ( #634 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-11 11:07:55 +00:00
Renovate Bot
0d83fa6dd7
ci(deps): update actions/setup-node action to v4.0.3 (main) ( #630 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-10 20:40:03 +00:00
Renovate Bot
efd4478925
ci(deps): update dependency helm to v3.15.3 (main) ( #632 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-10 20:15:02 +00:00
Renovate Bot
9d0a82a381
fix(deps): update helm release postgresql to v15.5.15 (main) ( #628 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-09 11:11:06 +00:00
Renovate Bot
37715af96a
chore(deps): update dependency node to v20.15.1 (main) ( #626 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-08 19:08:26 +00:00
Renovate Bot
e6b33fc7e2
chore(deps): update pnpm to v9.5.0 (main) ( #624 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-07 17:08:14 +00:00
Renovate Bot
ed6c6a78d1
fix(deps): update helm release postgresql-ha to v14.2.11 (main) ( #622 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-05 16:38:23 +00:00
Renovate Bot
bf6a1ada51
fix(deps): update helm release postgresql to v15.5.14 (main) ( #620 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-05 14:38:36 +00:00
Renovate Bot
21bf025e38
fix(deps): update forgejo docker tag to v7.0.5 (main) ( #619 )
...
Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/619
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-03 21:44:23 +00:00
Renovate Bot
ac887e10da
fix(deps): update helm release postgresql-ha to v14.2.10 (main) ( #617 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-03 13:39:34 +00:00
Renovate Bot
f5308e0610
fix(deps): update helm release postgresql to v15.5.13 (main) ( #615 )
...
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2024-07-03 12:38:08 +00:00