Skip to content

Commit

Permalink
Fixed PLTDX-1467: Developer hub provisioning issue when there is a st…
Browse files Browse the repository at this point in the history
…art in no_proxy value. (#167)
  • Loading branch information
sgantaya authored Jan 29, 2025
1 parent 2604076 commit cefaca4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/tibco-developer-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.4.21
version: 1.4.22

appVersion: "1.4.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ spec:
{{- end }}
{{- if .noProxy }}
- name: no_proxy
value: {{ .noProxy }}
value: {{ .noProxy | quote }}
{{- end }}
{{- end }}
ports:
Expand Down
2 changes: 1 addition & 1 deletion charts/tp-cp-tibcohub-recipes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: tp-cp-tibcohub-recipes
description: TIBCO Developer Hub Data Plane Recipes
home: https://github.com/tibco/tp-dev-hub.git
type: application
version: 1.4.21
version: 1.4.22
appVersion: "1.4.0"
keywords:
- tibco-platform
Expand Down
2 changes: 1 addition & 1 deletion charts/tp-cp-tibcohub-recipes/templates/tibcohub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ data:
recipe:
helmCharts:
- name: tibco-developer-hub
version: 1.4.21
version: 1.4.22
namespace: ${NAMESPACE}
repository:
chartMuseum:
Expand Down

0 comments on commit cefaca4

Please sign in to comment.