File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
charts/1.0.0/service-proxy Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ type: application
2121# This is the chart version. This version number should be incremented each time you make changes
2222# to the chart and its templates, including the app version.
2323# Versions are expected to follow Semantic Versioning (https://semver.org/)
24- version : 1.2.4
24+ version : 1.2.5
2525
2626# This is the version number of the application being deployed. This version number should be
2727# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ metadata:
99 {{- with .Values.ingress.annotations }}
1010 annotations :
1111 {{- toYaml . | nindent 4 }}
12- nginx.ingress.kubernetes.io/proxy-buffer-size : 32k
1312 nginx.ingress.kubernetes.io/ssl-redirect : " true"
1413 {{- end }}
1514 name : {{ $fullName }}
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ metadata:
77 name : service-proxy
88spec :
99 description : A service proxy for exposing service in remote clusters via greenhouse
10- version : " 1.2.4 "
10+ version : " 1.2.5 "
1111 helmChart :
1212 name : service-proxy
1313 repository : oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
14- version : 1.2.4
14+ version : 1.2.5
1515 options :
1616 - name : domain
1717 description : basedomain for the service-proxy
You can’t perform that action at this time.
0 commit comments