From d41c839fd1129f1ba48aa2c2b3079c79083e6ffc Mon Sep 17 00:00:00 2001 From: Rakshit Menpara <205111+deltasquare4@users.noreply.github.com> Date: Sat, 1 Apr 2023 12:51:57 +0530 Subject: [PATCH] Fix and upgrade healthchecks --- charts/healthchecks/Chart.lock | 6 +++--- charts/healthchecks/Chart.yaml | 19 ++----------------- charts/healthchecks/values.yaml | 2 +- charts/polymorphic-app/Chart.yaml | 15 --------------- 4 files changed, 6 insertions(+), 36 deletions(-) diff --git a/charts/healthchecks/Chart.lock b/charts/healthchecks/Chart.lock index 5d32fa3..0def3a4 100644 --- a/charts/healthchecks/Chart.lock +++ b/charts/healthchecks/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami version: 10.14.3 -digest: sha256:f523a047b9e2ae36143e7ae661f0a08ebfa4df65f1b7e757f4acd6888dd7642f -generated: "2022-08-24T18:21:08.145589508+05:30" +digest: sha256:e80104c17223a610ecc6321428640116bf1489a787db881afeb8080ad4b5f91d +generated: "2023-04-01T12:50:27.922051742+05:30" diff --git a/charts/healthchecks/Chart.yaml b/charts/healthchecks/Chart.yaml index 335f235..db88d27 100644 --- a/charts/healthchecks/Chart.yaml +++ b/charts/healthchecks/Chart.yaml @@ -5,27 +5,12 @@ description: A Helm chart for Kubernetes maintainers: - email: rakshit@improwised.com name: rakshit -# 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/) - -# 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. -appVersion: 1.16.0 +appVersion: 2.7.0 sources: - https://github.com/healthchecks/healthchecks dependencies: - name: postgresql version: 10.14.3 - repository: https://charts.bitnami.com/bitnami + repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami condition: postgresql.enabled,global.postgresql.enabled diff --git a/charts/healthchecks/values.yaml b/charts/healthchecks/values.yaml index 5a7b61b..a3e1d37 100644 --- a/charts/healthchecks/values.yaml +++ b/charts/healthchecks/values.yaml @@ -8,7 +8,7 @@ image: repository: linuxserver/healthchecks pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "amd64-version-v1.16.0" + tag: "2.7.20230331" imagePullSecrets: [] nameOverride: "" diff --git a/charts/polymorphic-app/Chart.yaml b/charts/polymorphic-app/Chart.yaml index 0327b20..cf6e350 100644 --- a/charts/polymorphic-app/Chart.yaml +++ b/charts/polymorphic-app/Chart.yaml @@ -3,21 +3,6 @@ name: polymorphic-app description: A Helm chart for deploying any custom applications, specifically polymorphic applications. maintainers: - name: improwised - -# 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. version: 1.0.2 - -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. appVersion: 1.0.0