Skip to content

Commit 4034065

Browse files
author
Silvia
authored
Merge pull request #217 from niorg/main
feat: allow image tag override for openklant
2 parents ee48f04 + fca8881 commit 4034065

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

charts/openklant/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.6.4 (2025-04-24)
4+
5+
- Allow image tag override
6+
- Changed default pullPolicy to `IfNotPresent`
7+
38
## 1.6.3 (2025-03-31)
49

510
- [#201] Adding "extra deploy" possibility to deploy additional resources like config maps, deployments, etc. The variable `extraDeploy` is added to take the configuration.
@@ -32,4 +37,4 @@ Stable release with support of [django-setup-configuration](https://github.com/m
3237
worker:
3338
livenessProbe:
3439
enabled: true # true | false
35-
```
40+
```

charts/openklant/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
apiVersion: v2
22
name: openklant
33
description: Project dat de Klanten API | https://klanten-api.vng.cloud en Contactmomenten API | https://contactmomenten-api.vng.cloud/ in een enkel component combineert.
4-
54
type: application
6-
version: 1.6.3
5+
version: 1.6.4
76
appVersion: 2.5.0
87

98
dependencies:

charts/openklant/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# openklant
22

3-
![Version: 1.6.3](https://img.shields.io/badge/Version-1.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)
3+
![Version: 1.6.4](https://img.shields.io/badge/Version-1.6.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)
44

55
Project dat de Klanten API | https://klanten-api.vng.cloud en Contactmomenten API | https://contactmomenten-api.vng.cloud/ in een enkel component combineert.
66

@@ -45,8 +45,9 @@ Project dat de Klanten API | https://klanten-api.vng.cloud en Contactmomenten AP
4545
| global.configuration.enabled | bool | `false` | |
4646
| global.configuration.secrets | object | `{}` | |
4747
| global.settings.databaseHost | string | `""` | Global databasehost, overrides setting.database.host |
48-
| image.pullPolicy | string | `"Always"` | |
48+
| image.pullPolicy | string | `"IfNotPresent"` | |
4949
| image.repository | string | `"maykinmedia/open-klant"` | |
50+
| image.tag | string | `""` | |
5051
| imagePullSecrets | list | `[]` | |
5152
| ingress.annotations | object | `{}` | |
5253
| ingress.className | string | `""` | |
@@ -181,3 +182,5 @@ Project dat de Klanten API | https://klanten-api.vng.cloud en Contactmomenten AP
181182
| worker.replicaCount | int | `2` | |
182183
| worker.resources | object | `{}` | |
183184

185+
----------------------------------------------
186+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/openklant/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ replicaCount: 2
8484

8585
image:
8686
repository: maykinmedia/open-klant
87-
pullPolicy: Always
88-
# tag: ""
87+
pullPolicy: IfNotPresent
88+
tag: ""
8989

9090
imagePullSecrets: []
9191
nameOverride: ""

0 commit comments

Comments
 (0)