Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
feat: Homepage image version bumped (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota authored Aug 9, 2023
1 parent a2a7219 commit 85f5bb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions apps/common/templates/_tolerations.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{{- define "common.critical-only" }}
- key: homecentr.one/critical-only
operator: Exists
effect: NoSchedule
{{- end }}
2 changes: 1 addition & 1 deletion apps/homepage/values.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
imageTag: v0.6.23
imageTag: v0.6.28
4 changes: 1 addition & 3 deletions apps/proxmox-proxy/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ spec:
automountServiceAccountToken: false
# Allow running on any node
tolerations:
- key: homecentr.one/critical-only
operator: Exists
effect: NoSchedule
{{- include "common.critical-only" . | indent 8 }}
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 85f5bb5

Please sign in to comment.