Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/release 20221103 #346

Merged
merged 6 commits into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: frontend
version: 0.2.78
version: 0.2.79
dependencies:
- name: mariadb
version: 7.10.x
Expand Down
4 changes: 2 additions & 2 deletions frontend/templates/services-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down
2 changes: 1 addition & 1 deletion silta-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions silta-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down