Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa22724e95 | |||
| d9f9bca6fd | |||
| d10880861f | |||
| 3032273d3b | |||
| ff5c3ddfaa |
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: pieced-operator
|
||||
description: PieCed IT tenant lifecycle operator
|
||||
version: 0.1.2
|
||||
appVersion: "0.1.2"
|
||||
version: 0.1.7
|
||||
appVersion: "0.1.7"
|
||||
type: application
|
||||
|
||||
@@ -15,6 +15,10 @@ spec:
|
||||
labels:
|
||||
app.kubernetes.io/name: pieced-operator
|
||||
spec:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
serviceAccountName: {{ .Values.serviceAccount.name }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 8 }}
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
image:
|
||||
repository: registry.c5ai.ch/pieced/pieced-operator
|
||||
tag: "0.1.2"
|
||||
tag: "0.1.7"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets:
|
||||
- name: registry-creds
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
# Operator configuration
|
||||
|
||||
Reference in New Issue
Block a user