File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 0.1 .0
21+ version : 0.2 .0
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
2525# follow Semantic Versioning. They should reflect the version the application is using.
2626# It is recommended to use it with quotes.
27- appVersion : " v0.9 .0"
27+ appVersion : " v0.10 .0"
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 0.5.1
21+ version : 0.6.0
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
2525# follow Semantic Versioning. They should reflect the version the application is using.
2626# It is recommended to use it with quotes.
27- appVersion : " v0.9 .0"
27+ appVersion : " v0.10 .0"
Original file line number Diff line number Diff line change 11dependencies:
22- name: idproxy
33 repository: file://../idproxy
4- version: 0.6.1
4+ version: 0.7.0
55- name: cors-proxy
66 repository: file://../cors-proxy
7- version: 0.5.1
7+ version: 0.6.0
88- name: manager
99 repository: file://../manager
10- version: 0.8.1
10+ version: 0.9.0
1111- name: dashboard
1212 repository: file://../dashboard
1313 version: 0.3.0
@@ -19,6 +19,6 @@ dependencies:
1919 version: 1.3.0
2020- name: authz
2121 repository: file://../authz
22- version: 0.1 .0
23- digest: sha256:834a3008f1227723d21d5a7e31b1604e1ff9d835b1d95d4f68f63ca7442acc28
24- generated: "2026-01-16T01:32:34.196227 +01:00"
22+ version: 0.2 .0
23+ digest: sha256:e9ed50c02ea0accc4c6ed29c82715f17412c1c4c69473b6dd81037c62edd05d0
24+ generated: "2026-02-16T14:57:54.528242 +01:00"
Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ apiVersion: v2
55name : greenhouse
66description : A Helm chart for deploying greenhouse
77type : application
8- version : 0.15.1
9- appVersion : " v0.9 .0"
8+ version : 0.16.0
9+ appVersion : " v0.10 .0"
1010
1111dependencies :
1212 - condition : idproxy.enabled
1313 name : idproxy
1414 repository : " file://../idproxy"
15- version : 0.6.1
15+ version : 0.7.0
1616 - condition : proxy.enabled
1717 name : cors-proxy
1818 repository : " file://../cors-proxy"
19- version : 0.5.1
19+ version : 0.6.0
2020 - name : manager
21- version : 0.8.1
21+ version : 0.9.0
2222 repository : " file://../manager"
2323 - condition : dashboard.enabled
2424 name : dashboard
@@ -34,6 +34,6 @@ dependencies:
3434 repository : " oci://ghcr.io/sapcc/helm-charts"
3535 condition : postgresqlng.enabled
3636 - name : authz
37- version : 0.1 .0
37+ version : 0.2 .0
3838 repository : " file://../authz"
3939 condition : authz.enabled
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 0.6.1
21+ version : 0.7.0
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
2525# follow Semantic Versioning. They should reflect the version the application is using.
2626# It is recommended to use it with quotes.
27- appVersion : " v0.9 .0"
27+ appVersion : " v0.10 .0"
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ type: application
1616# This is the chart version. This version number should be incremented each time you make changes
1717# to the chart and its templates, including the app version.
1818# Versions are expected to follow Semantic Versioning (https://semver.org/)
19- version : 0.8.1
19+ version : 0.9.0
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " v0.9 .0"
24+ appVersion : " v0.10 .0"
You can’t perform that action at this time.
0 commit comments