Sync chart from pieced-threema-gateway 0.1.3
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user