Skip to content

Commit aa99447

Browse files
authored
fix(service-proxy): rm buffer size as hardcoded annotation (#1245)
* rm buffer size as hardcoded annotation * bump chart version
1 parent 2635b53 commit aa99447

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

service-proxy/charts/1.0.0/service-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

service-proxy/charts/1.0.0/service-proxy/templates/oauth2-proxy-ingress.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

service-proxy/plugindefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ metadata:
77
name: service-proxy
88
spec:
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

0 commit comments

Comments
 (0)