Sync chart from pieced-threema-gateway 0.1.3

This commit is contained in:
2026-05-16 21:40:40 +00:00
parent 63df9a5aba
commit 39aebb4d1e
3 changed files with 13 additions and 3 deletions

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: pieced-threema-gateway
description: PieCed IT central Threema Gateway relay
type: application
version: 0.1.2
appVersion: "0.1.2"
version: 0.1.3
appVersion: "0.1.3"

View File

@@ -17,6 +17,10 @@ spec:
app.kubernetes.io/name: pieced-threema-gateway
spec:
serviceAccountName: pieced-threema-gateway
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: relay
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"

View File

@@ -6,9 +6,15 @@ namespace: threema-gateway
image:
repository: registry.c5ai.ch/pieced/pieced-threema-gateway
tag: "0.1.2"
tag: "0.1.3"
pullPolicy: IfNotPresent
# Pull from registry.c5ai.ch — matches operator + portal pattern.
# The Secret must already exist in the namespace (one-shot copy from
# pieced-system on initial bootstrap; see README).
imagePullSecrets:
- name: registry-creds
replicas: 1
service: