Skip to content

Commit

Permalink
Merge pull request #1641 from ConductionNL/feature/BEHEER-2063/microv…
Browse files Browse the repository at this point in the history
…ersions-helm

Updated charts for redeployment
  • Loading branch information
rjzondervan committed Apr 19, 2024
2 parents 82bb0f7 + d6468db commit f8c389c
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 54 deletions.
Binary file added api/helm/commonground-gateway-0.1.13.tgz
Binary file not shown.
Binary file added api/helm/commonground-gateway-1.5.5.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion api/helm/commonground-gateway/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: 1.5.4
version: 1.5.5

# 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 api/helm/commonground-gateway/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ spec:
key: auth-enabled
name: {{ include "commonground-gateway.fullname" . }}
- name: APP_INIT
value: 'true'
value: {{ .Values.config.init | quote }}
- name: AUTH_ENABLED
value: 'true'
- name: APP_REPRO
Expand Down
1 change: 1 addition & 0 deletions api/helm/commonground-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ config:
debug: 0
cache: true
githubKey: ''
init: true
samesiteCookie: lax
readOnly: "true"
# todo move cronRunner to its own 'tab' so it isn't a subtab under config?
Expand Down

0 comments on commit f8c389c

Please sign in to comment.