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,7 +18,7 @@ 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.4.1
21+ version : 0.4.2
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
Original file line number Diff line number Diff line change 33
44global :
55 dnsDomain : example.com
6- apiServerFQDN : " kubernetes.default.svc"
6+ # apiServerFQDN: "kubernetes.default.svc"
Original file line number Diff line number Diff line change 5050 imagePullPolicy : {{ .Values.image.pullPolicy }}
5151 command :
5252 - /cors-proxy
53- - --target-url={{ default "https://$(KUBERNETES_SERVICE_HOST):$(KUBERNETES_SERVICE_PORT)" .Values.apiServerFQDN | quote }}
53+ - --target-url={{ default "https://$(KUBERNETES_SERVICE_HOST):$(KUBERNETES_SERVICE_PORT)" .Values.apiServerFQDN }}
5454 - --target-ca=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
5555 ports :
5656 - name : http
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies:
44 version: 0.5.0
55- name: cors-proxy
66 repository: file://../cors-proxy
7- version: 0.4.1
7+ version: 0.4.2
88- name: manager
99 repository: file://../manager
1010 version: 0.7.0
@@ -17,5 +17,5 @@ dependencies:
1717- name: postgresql-ng
1818 repository: oci://ghcr.io/sapcc/helm-charts
1919 version: 1.3.0
20- digest: sha256:fd0b11bdc51e6887a88c2242b25501b3e468cff3535b22c3e13f08b519ab9757
21- generated: "2025-11-03T17:16:33.366534 +01:00"
20+ digest: sha256:a84d52e7cce19daee260d57e323a5100bf5bfa0fd433278e9ec32067a367c577
21+ generated: "2025-11-04T10:59:31.759598 +01:00"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: v2
55name : greenhouse
66description : A Helm chart for deploying greenhouse
77type : application
8- version : 0.13.1
8+ version : 0.13.2
99appVersion : " 0.7.0"
1010
1111dependencies :
@@ -16,7 +16,7 @@ dependencies:
1616 - condition : cors-proxy.enabled
1717 name : cors-proxy
1818 repository : " file://../cors-proxy"
19- version : 0.4.1
19+ version : 0.4.2
2020 - name : manager
2121 version : 0.7.0
2222 repository : " file://../manager"
You can’t perform that action at this time.
0 commit comments