From c6563e905886bfa1bb369acc6f49ab58537967cb Mon Sep 17 00:00:00 2001 From: Nicolas Bigler Date: Thu, 15 Jun 2023 14:20:47 +0200 Subject: [PATCH] Update maxscale repo to ghcr.io and bump version Signed-off-by: Nicolas Bigler --- README.md | 2 +- appuio/maxscale/Chart.yaml | 4 ++-- appuio/maxscale/README.md | 6 +++--- appuio/maxscale/values.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b8dea290..2f22a83f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ helm repo add appuio https://charts.appuio.ch | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/generic-0.1.2/total)](https://github.com/appuio/charts/releases/tag/generic-0.1.2) | [generic](appuio/generic/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/haproxy-2.2.1/total)](https://github.com/appuio/charts/releases/tag/haproxy-2.2.1) | [haproxy](appuio/haproxy/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/mariadb-galera-1.2.4/total)](https://github.com/appuio/charts/releases/tag/mariadb-galera-1.2.4) | [mariadb-galera](appuio/mariadb-galera/README.md) | -| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/maxscale-2.0.0/total)](https://github.com/appuio/charts/releases/tag/maxscale-2.0.0) | [maxscale](appuio/maxscale/README.md) | +| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/maxscale-2.0.1/total)](https://github.com/appuio/charts/releases/tag/maxscale-2.0.1) | [maxscale](appuio/maxscale/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/metrics-server-2.12.1/total)](https://github.com/appuio/charts/releases/tag/metrics-server-2.12.1) | [metrics-server](appuio/metrics-server/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/openshift-oauth-proxy-0.2.3/total)](https://github.com/appuio/charts/releases/tag/openshift-oauth-proxy-0.2.3) | [openshift-oauth-proxy](appuio/openshift-oauth-proxy/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/openshift-route-1.1.4/total)](https://github.com/appuio/charts/releases/tag/openshift-route-1.1.4) | [openshift-route](appuio/openshift-route/README.md) | diff --git a/appuio/maxscale/Chart.yaml b/appuio/maxscale/Chart.yaml index 26e90236..e15121b7 100644 --- a/appuio/maxscale/Chart.yaml +++ b/appuio/maxscale/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v1 name: maxscale -version: 2.0.0 -appVersion: "6.4.6" +version: 2.0.1 +appVersion: "6.4.8" description: MaxScale Helm Chart home: "https://mariadb.com/products/technology/maxscale" maintainers: diff --git a/appuio/maxscale/README.md b/appuio/maxscale/README.md index 0e889125..5c452c99 100644 --- a/appuio/maxscale/README.md +++ b/appuio/maxscale/README.md @@ -1,6 +1,6 @@ # maxscale -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 6.4.6](https://img.shields.io/badge/AppVersion-6.4.6-informational?style=flat-square) +![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![AppVersion: 6.4.8](https://img.shields.io/badge/AppVersion-6.4.8-informational?style=flat-square) MaxScale Helm Chart @@ -28,8 +28,8 @@ Edit the README.gotmpl.md template instead. | db3Address | string | `"db3.example.com"` | IP or Hostname of the 3. Galera node | | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"docker.io/appuio/maxscale"` | | -| image.tag | string | `"6.4.3"` | | +| image.repository | string | `"ghcr.io/appuio/maxscale-docker"` | | +| image.tag | string | `"6.4.6"` | | | metrics.enabled | bool | `false` | | | metrics.image.pullPolicy | string | `"IfNotPresent"` | | | metrics.image.repository | string | `"skord/maxscale_exporter"` | | diff --git a/appuio/maxscale/values.yaml b/appuio/maxscale/values.yaml index 244649da..a40d89b9 100644 --- a/appuio/maxscale/values.yaml +++ b/appuio/maxscale/values.yaml @@ -24,8 +24,8 @@ monitorPassword: secret replicaCount: 1 image: - repository: docker.io/appuio/maxscale - tag: 6.4.3 + repository: ghcr.io/appuio/maxscale-docker + tag: 6.4.6 pullPolicy: IfNotPresent nameOverride: ""