diff --git a/frontend/Chart.yaml b/frontend/Chart.yaml index 16de94e7..d12298ba 100644 --- a/frontend/Chart.yaml +++ b/frontend/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: frontend -version: 0.2.78 +version: 0.2.79 dependencies: - name: mariadb version: 7.10.x diff --git a/frontend/templates/services-deployment.yaml b/frontend/templates/services-deployment.yaml index 8c2cb1df..3d112ef9 100644 --- a/frontend/templates/services-deployment.yaml +++ b/frontend/templates/services-deployment.yaml @@ -173,9 +173,9 @@ spec: args: - | {{- if $.Release.IsInstall }} - {{ $service.postinstall.command }} + {{- $service.postinstall.command | nindent 10 }} {{- end }} - {{ $service.postupgrade.command }} + {{- $service.postupgrade.command | nindent 10 }} volumeMounts: {{ if $service.mounts }} {{- range $index, $mountName := $service.mounts -}} diff --git a/silta-cluster/Chart.yaml b/silta-cluster/Chart.yaml index 0c3ab46a..e139797b 100644 --- a/silta-cluster/Chart.yaml +++ b/silta-cluster/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.0" description: Setup a silta kubernetes cluster. name: silta-cluster -version: 0.2.37 +version: 0.2.38 dependencies: - name: traefik version: 1.87.x diff --git a/silta-cluster/values.yaml b/silta-cluster/values.yaml index a64d5eb2..ea96c489 100644 --- a/silta-cluster/values.yaml +++ b/silta-cluster/values.yaml @@ -14,7 +14,7 @@ traefik: enabled: true externalTrafficPolicy: Local priorityClassName: "high-priority" - image: eu.gcr.io/silta-images/traefik + image: wunderio/silta-traefik imageTag: 1.7.34-mod rbac: enabled: true @@ -238,7 +238,7 @@ k8sControllerSidecars: enabled: true replicaCount: 1 image: - repository: eu.gcr.io/silta-images/silta-k8s-controller-sidecars + repository: wunderio/silta-k8s-controller-sidecars tag: latest pullPolicy: IfNotPresent resources: