There was an error while loading. Please reload this page.
1 parent 425a20d commit 40694fbCopy full SHA for 40694fb
3 files changed
charts/platform-service/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v1
2
appVersion: "1.1"
3
description: Platform service chart
4
name: platform-service
5
-version: 1.5.4
+version: 1.5.5
charts/platform-service/templates/image-repository.yaml
@@ -8,7 +8,7 @@ kind: ImageRepository
8
metadata:
9
name: {{ include "platform-service.name" . }}
10
spec:
11
- provider: azure
+ provider: {{ default "azure" .Values.image.fluxAutomation.provider }}
12
image: "{{ include "platform-service.imageRepository" . }}"
13
interval: {{ .Values.image.fluxAutomation.interval }}
14
{{- end }}
charts/platform-service/values.yaml
@@ -30,6 +30,7 @@ image:
30
fluxAutomation:
31
enabled: false
32
interval: 1m0s
33
+ provider: azure
34
#filterTags:
35
# pattern: '^dev-(?P<build>.*)'
36
# extract: '$build'
0 commit comments