Sync chart from pieced-threema-gateway 0.1.3
This commit is contained in:
@@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: pieced-threema-gateway
|
name: pieced-threema-gateway
|
||||||
description: PieCed IT central Threema Gateway relay
|
description: PieCed IT central Threema Gateway relay
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
appVersion: "0.1.2"
|
appVersion: "0.1.3"
|
||||||
|
|||||||
@@ -17,6 +17,10 @@ spec:
|
|||||||
app.kubernetes.io/name: pieced-threema-gateway
|
app.kubernetes.io/name: pieced-threema-gateway
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: pieced-threema-gateway
|
serviceAccountName: pieced-threema-gateway
|
||||||
|
{{- with .Values.imagePullSecrets }}
|
||||||
|
imagePullSecrets:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
- name: relay
|
- name: relay
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||||
|
|||||||
@@ -6,9 +6,15 @@ namespace: threema-gateway
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: registry.c5ai.ch/pieced/pieced-threema-gateway
|
repository: registry.c5ai.ch/pieced/pieced-threema-gateway
|
||||||
tag: "0.1.2"
|
tag: "0.1.3"
|
||||||
pullPolicy: IfNotPresent
|
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
|
replicas: 1
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|||||||
Reference in New Issue
Block a user