Skip to content

Commit

Permalink
helm update
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokok1996 committed Mar 3, 2021
1 parent 5666d10 commit 17a9bd5
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 25 deletions.
8 changes: 4 additions & 4 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions api/helm/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ entries:
category: Database
apiVersion: v2
appVersion: 11.10.0
created: "2021-03-01T23:42:01.8506225Z"
created: "2021-03-03T14:30:32.7649696Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down Expand Up @@ -37,10 +37,10 @@ entries:
verzoekregistratiecomponent:
- apiVersion: v1
appVersion: V1.0
created: "2021-03-01T23:42:01.8396108Z"
created: "2021-03-03T14:30:32.7063119Z"
description: Naast deze JSON rest API is er ook een [graphql](/graphql) interface
beschikbaar.
digest: 3c788beb576763216ccab27bceb59e2e946404aef5ee0ae75cfcdf213e81234b
digest: fb91b10e581b554b455496e7ac6d34c8f01b566d7d7401cec2baf8bf3bddf0bf
home: https://www.conduction.nl
icon: https://conductionnl.github.io/images/conduction_avatar_blue_on_transparant.svg
keywords:
Expand All @@ -60,4 +60,4 @@ entries:
urls:
- verzoekregistratiecomponent-0.1.0.tgz
version: 0.1.0
generated: "2021-03-01T23:42:01.8268062Z"
generated: "2021-03-03T14:30:32.6957852Z"
10 changes: 2 additions & 8 deletions api/helm/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,11 @@ data:
app-auth: {{ .Values.settings.authorisationEnabled | quote }}
app-audittrail: {{ .Values.settings.audittrailEnabled | quote }}
app-notification: {{ .Values.settings.notificationEnabled | quote }}

cache: {{ .Values.settings.cache | quote }}
env: {{ .Values.settings.env | quote }}
debug: {{ .Values.settings.debug | quote }}
trusted-proxies: {{ join "," .Values.settings.trustedProxies }}
trusted-hosts: {{ .Values.settings.trustedHosts | quote }}
php-service: {{ .Values.settings.name }}-{{ .Values.settings.env }}-php
php-service: {{ .Values.settings.name }}-{{ .Values.settings.env }}-php

{{- if (eq $.Values.settings.type "application" ) }}
redis-host: {{ printf "%s-redis" $redisServiceName | quote }}
redis-port: {{ .Values.redis.redisPort | toString | quote }}
digispoof-location: { { .Values.commonground.digispoof.location } }
eherkenning-location: { { .Values.commonground.eherkenning.location } }
{{-end }}
2 changes: 1 addition & 1 deletion api/helm/templates/php-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ spec:
configMapKeyRef:
name: {{ template "fullname" . }}
key: eherkenning-location
{{-end }}
{{- end }}
- name: APP_URL
{{- if and (eq $.Values.settings.env "prod") (eq $.Values.settings.type "component") }}
value: https://{{ $.Values.settings.domain }}/api/{{ $.Values.settings.majorVersion }}/{{ $.Values.settings.subpath }}
Expand Down
3 changes: 1 addition & 2 deletions api/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ php:
redis:
cluster:
enabled: false
enabled: false
redisPort: 6379
usePassword: false

enabled: false
commonground:
eherkenning:
location: https://zuid-drecht.nl/eherkenning
Expand Down
Binary file modified api/helm/verzoekregistratiecomponent-0.1.0.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions api/public/schema/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5339,12 +5339,12 @@ definitions:
description: 'The moment this request was created'
type: string
format: date-time
example: '2021-03-01 23:41:33'
example: '2021-03-03 14:30:08'
dateModified:
description: 'The moment this request last Modified'
type: string
format: date-time
example: '2021-03-01 23:41:33'
example: '2021-03-03 14:30:08'
required: []
AuditTrail-write:
properties:
Expand Down Expand Up @@ -5392,12 +5392,12 @@ definitions:
description: 'The moment this request was created'
type: string
format: date-time
example: '2021-03-01 23:41:33'
example: '2021-03-03 14:30:08'
dateModified:
description: 'The moment this request last Modified'
type: string
format: date-time
example: '2021-03-01 23:41:33'
example: '2021-03-03 14:30:08'
required: []
ChangeLog-write:
properties:
Expand Down
2 changes: 1 addition & 1 deletion api/public/schema/publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ url: "https://github.com/ConductionNL/verzoekregistratiecomponent"
landingURL: "pc.zaakonline.nl"
isBasedOn: "https://github.com/ConductionNL/Proto-component-commonground.git"
softwareVersion: "V1.0"
releaseDate: "2021-01-03"
releaseDate: "2021-03-03"
logo: https://conductionnl.github.io/images/conduction_avatar_blue_on_transparant.svg
monochromeLogo: img/logo-mono.svg

Expand Down
2 changes: 1 addition & 1 deletion publiccode.yaml

0 comments on commit 17a9bd5

Please sign in to comment.