From 1e71c8f79d7d34a0f61474117d183f96ef52bc03 Mon Sep 17 00:00:00 2001 From: Thumbscrew Date: Sun, 22 Oct 2023 14:40:51 +0200 Subject: [PATCH] chore: bump Cinny to v3.0.0 (#30) --- charts/cinny/Chart.yaml | 4 ++-- charts/cinny/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cinny/Chart.yaml b/charts/cinny/Chart.yaml index 52db86b..78dfe52 100644 --- a/charts/cinny/Chart.yaml +++ b/charts/cinny/Chart.yaml @@ -22,10 +22,10 @@ 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: 1.1.0 +version: 2.0.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: "v2.2.6" +appVersion: "v3.0.0" diff --git a/charts/cinny/values.yaml b/charts/cinny/values.yaml index 61557d7..961e094 100644 --- a/charts/cinny/values.yaml +++ b/charts/cinny/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: ajbura/cinny + repository: ghcr.io/cinnyapp/cinny pullPolicy: IfNotPresent # -- Overrides the image tag whose default is the chart appVersion. tag: ""