Skip to content

Commit

Permalink
Merge pull request #190 from maykinmedia/fix/189-duplicate-env-vars
Browse files Browse the repository at this point in the history
[#189] Deduplicate environment variables.
  • Loading branch information
SilviaAmAm authored Feb 20, 2025
2 parents 37e1c2c + a3be2c6 commit 5b69711
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 4 additions & 0 deletions charts/openarchiefbeheer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.1 (2025-02-19)

- [#189] Fix duplicate environment variables in config map.

## 1.3.0 (2025-01-27)

- Add settings for request retry. This should help reduce the failures when resyncing zaken with openzaak.
Expand Down
2 changes: 1 addition & 1 deletion charts/openarchiefbeheer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: openarchiefbeheer
description: Opstellen, beheren en uitvoeren van vernietigingslijsten, voor gebruik met Zaakgericht werken

type: application
version: 1.3.0
version: 1.3.1
appVersion: latest

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/openarchiefbeheer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openarchiefbeheer

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

Opstellen, beheren en uitvoeren van vernietigingslijsten, voor gebruik met Zaakgericht werken

Expand Down
7 changes: 0 additions & 7 deletions charts/openarchiefbeheer/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@ data:
{{- if .Values.settings.csrf.trustedOrigins }}
CSRF_TRUSTED_ORIGINS: "{{ .Values.settings.csrf.trustedOrigins }}"
{{- end }}
{{- if .Values.tags.redis }}
CACHE_DEFAULT: {{ printf "%s-master.%s:6379/0" (include "common.names.fullname" .Subcharts.redis) .Release.Namespace | toString | quote }}
CACHE_AXES: {{ printf "%s-master.%s:6379/0" (include "common.names.fullname" .Subcharts.redis) .Release.Namespace | toString | quote }}
{{- else }}
CACHE_DEFAULT: {{ .Values.settings.cache.default | toString | quote }}
CACHE_AXES: {{ .Values.settings.cache.axes | toString | quote }}
{{- end }}
{{- if .Values.settings.requestsReadTimeout }}
REQUESTS_READ_TIMEOUT: {{ .Values.settings.requestsReadTimeout | toString | quote }}
{{- end }}
Expand Down

0 comments on commit 5b69711

Please sign in to comment.