Skip to content

Commit

Permalink
add updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Dec 24, 2024
1 parent 0c71be3 commit 2627746
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/frontend-framework/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 0.1.6
version: 0.1.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion helm/frontend-framework/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frontend-framework

![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: develop](https://img.shields.io/badge/AppVersion-develop-informational?style=flat-square)
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: develop](https://img.shields.io/badge/AppVersion-develop-informational?style=flat-square)

A Helm chart for the gen3 frontend framework

Expand Down
4 changes: 2 additions & 2 deletions helm/frontend-framework/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ spec:
- name: PORT
value: {{ .Values.port | quote }}
- name: HOSTNAME
value: revproxy-service
value: "0.0.0.0"
{{- if eq "portal" .Values.global.frontendRoot }}
- name: BASE_PATH
value: /ff
{{- else}}
- name: NEXT_PUBLIC_PORTAL_BASENAME
value: /portal
{{- end }}

0 comments on commit 2627746

Please sign in to comment.