Page MenuHomePhorge

No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/helm/templates/buildconfigs/roundcube-buildconfig.yaml b/helm/templates/buildconfigs/roundcube-buildconfig.yaml
index da86e89..1d50251 100644
--- a/helm/templates/buildconfigs/roundcube-buildconfig.yaml
+++ b/helm/templates/buildconfigs/roundcube-buildconfig.yaml
@@ -1,49 +1,55 @@
{{- if .Values.openshift }}
apiVersion: build.openshift.io/v1
kind: BuildConfig
metadata:
labels:
name: docker-build
name: roundcube
spec:
failedBuildsHistoryLimit: 1
nodeSelector: null
output:
to:
kind: ImageStreamTag
name: roundcube:latest
runPolicy: Serial
source:
type: Git
git:
{{- toYaml .Values.buildConfigSource | nindent 6 }}
contextDir: docker/roundcube
strategy:
type: Docker
dockerStrategy:
from:
kind: ImageStreamTag
name: apheleia-almalinux9:latest
buildArgs:
{{- if .Values.roundcube.gitRemoteSkinElastic }}
- name: "GIT_REMOTE_SKIN_ELASTIC"
value: {{ .Values.roundcube.gitRemoteSkinElastic }}
+{{- end }}
+{{- if .Values.roundcube.gitRemoteSkinChameleon }}
+ - name: "GIT_REMOTE_SKIN_CHAMELEON"
+ value: {{ .Values.roundcube.gitRemoteSkinChameleon }}
+ - name: "GIT_REMOTE_SKIN_CHAMELEON_ASSETS"
+ value: {{ .Values.roundcube.gitRemoteSkinChameleonAssets }}
{{- end }}
- name: "SKINS"
value: "{{ .Values.roundcube.skinsAllowed | default .Values.roundcube.skin | replace "," " " }}"
{{- if .Values.roundcube.buildArgs }}
{{- toYaml .Values.roundcube.buildArgs | nindent 8 }}
{{- end }}
successfulBuildsHistoryLimit: 1
triggers:
- type: ConfigChange
- type: ImageChange
---
kind: ImageStream
apiVersion: image.openshift.io/v1
metadata:
name: roundcube
spec:
lookupPolicy:
local: true
{{- end }}

File Metadata

Mime Type
text/x-diff
Expires
Sat, Apr 4, 8:16 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823187
Default Alt Text
(1 KB)

Event Timeline