Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c2bc1223f | |||
| a31c259909 | |||
| 2230aae540 | |||
| 037d4d8994 | |||
| 55ee4b27be | |||
| 3e903a2d76 | |||
| 884f5730a3 | |||
| 5129786b77 | |||
| 297bc50184 | |||
| cf673e379d | |||
| 4863dcd8a8 | |||
| b73f3b45ea | |||
| 8bc8dae266 | |||
| fed4229c9e | |||
| e588467e60 | |||
| 8e86e823aa | |||
| 3a5a98bfe2 | |||
| 499b6eaa29 | |||
| 9efe022d19 | |||
| 603a053bee | |||
| acc1fc18d3 | |||
| aa22724e95 | |||
| d9f9bca6fd | |||
| d10880861f | |||
| 3032273d3b | |||
| ff5c3ddfaa | |||
| 7ad908488c |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: pieced-operator
|
name: pieced-operator
|
||||||
description: PieCed IT tenant lifecycle operator
|
description: PieCed IT tenant lifecycle operator
|
||||||
version: 0.1.1
|
version: 0.1.28
|
||||||
appVersion: "0.1.1"
|
appVersion: "0.1.28"
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -117,6 +117,8 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
litellmTeamId:
|
litellmTeamId:
|
||||||
type: string
|
type: string
|
||||||
|
litellmKeyAlias:
|
||||||
|
type: string
|
||||||
enabledPackages:
|
enabledPackages:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|||||||
@@ -15,6 +15,10 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: pieced-operator
|
app.kubernetes.io/name: pieced-operator
|
||||||
spec:
|
spec:
|
||||||
|
{{- with .Values.imagePullSecrets }}
|
||||||
|
imagePullSecrets:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
serviceAccountName: {{ .Values.serviceAccount.name }}
|
serviceAccountName: {{ .Values.serviceAccount.name }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 8 }}
|
{{- toYaml .Values.securityContext | nindent 8 }}
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
image:
|
image:
|
||||||
repository: registry.c5ai.ch/pieced/pieced-operator
|
repository: registry.c5ai.ch/pieced/pieced-operator
|
||||||
tag: "0.1.1"
|
tag: "0.1.28"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: registry-creds
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
# Operator configuration
|
# Operator configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user