From 2f133b7da2189051aab682a06e7d7be3b994438d Mon Sep 17 00:00:00 2001 From: Innocent Lou Date: Mon, 2 Sep 2024 14:53:05 +0300 Subject: [PATCH] chore: Update uptime-wrapper chart to use new image repository --- charts/uptime-wrapper/Chart.yaml | 2 +- charts/uptime-wrapper/README.md | 4 ++-- charts/uptime-wrapper/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/uptime-wrapper/Chart.yaml b/charts/uptime-wrapper/Chart.yaml index 2e9c869..5b5de17 100644 --- a/charts/uptime-wrapper/Chart.yaml +++ b/charts/uptime-wrapper/Chart.yaml @@ -15,7 +15,7 @@ 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 +version: 1.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 diff --git a/charts/uptime-wrapper/README.md b/charts/uptime-wrapper/README.md index 5831e1e..ffc460c 100644 --- a/charts/uptime-wrapper/README.md +++ b/charts/uptime-wrapper/README.md @@ -1,6 +1,6 @@ # uptime-wrapper -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -26,7 +26,7 @@ A Helm chart for Kubernetes | env.SECRET_KEY | string | `"32_character_secret_key"` | | | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"medaziz11/uptimekuma_restapi"` | | +| image.repository | string | `"oneacrefund/uptime-wrapper-api"` | | | image.tag | string | `"latest"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | diff --git a/charts/uptime-wrapper/values.yaml b/charts/uptime-wrapper/values.yaml index 3e86f95..bba1388 100644 --- a/charts/uptime-wrapper/values.yaml +++ b/charts/uptime-wrapper/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: medaziz11/uptimekuma_restapi + repository: oneacrefund/uptime-wrapper-api pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest"