From b298a042193a58e7332044f1d6df6628ea4215d4 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Fri, 28 Apr 2023 19:50:30 +0100 Subject: [PATCH] Fix piper version. --- charts/piper/Chart.yaml | 20 +------------------- charts/piper/values.yaml | 2 +- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/charts/piper/Chart.yaml b/charts/piper/Chart.yaml index e012e90..e64c80c 100644 --- a/charts/piper/Chart.yaml +++ b/charts/piper/Chart.yaml @@ -1,24 +1,6 @@ apiVersion: v2 name: piper description: A Helm chart for Kubernetes - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) version: 0.1.0 - -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "1.16.0" +appVersion: "0.1.0" diff --git a/charts/piper/values.yaml b/charts/piper/values.yaml index 78f994f..1dcf8f1 100644 --- a/charts/piper/values.yaml +++ b/charts/piper/values.yaml @@ -2,7 +2,7 @@ image: repository: docker.io/rhasspy/wyoming-piper pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "" + tag: "latest" # currently no versions are tagged. imagePullSecrets: [] nameOverride: ""