diff --git a/charts/spoolman/Chart.yaml b/charts/spoolman/Chart.yaml index 94769df..d3bd3d9 100644 --- a/charts/spoolman/Chart.yaml +++ b/charts/spoolman/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.23.1" description: Keep track of your inventory of 3D-printer filament spools. name: spoolman -version: 0.1.6 +version: 0.1.7 type: application keywords: - database diff --git a/charts/spoolman/README.md b/charts/spoolman/README.md index 7c706be..3d8bf11 100644 --- a/charts/spoolman/README.md +++ b/charts/spoolman/README.md @@ -1,6 +1,6 @@ # spoolman -![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.23.1](https://img.shields.io/badge/AppVersion-0.23.1-informational?style=flat-square) +![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.23.1](https://img.shields.io/badge/AppVersion-0.23.1-informational?style=flat-square) Keep track of your inventory of 3D-printer filament spools. diff --git a/charts/spoolman/templates/deployment.yaml b/charts/spoolman/templates/deployment.yaml index 7c27143..6c8bf8e 100644 --- a/charts/spoolman/templates/deployment.yaml +++ b/charts/spoolman/templates/deployment.yaml @@ -6,6 +6,8 @@ metadata: {{- include "spoolman.labels" . | nindent 4 }} spec: replicas: {{ .Values.replicaCount }} + strategy: + type: {{ .Values.strategy.type }} selector: matchLabels: {{- include "spoolman.selectorLabels" . | nindent 6 }} @@ -86,5 +88,3 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} - strategy: - type: {{ .Values.strategy.type }}