Skip to content

Commit

Permalink
Merge pull request #478 from appuio/update/maxscale_repo
Browse files Browse the repository at this point in the history
Update maxscale repo to ghcr.io and bump version
  • Loading branch information
TheBigLee committed Jun 15, 2023
2 parents 165cb8a + c6563e9 commit 716b186
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
4 changes: 2 additions & 2 deletions appuio/maxscale/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 3 additions & 3 deletions appuio/maxscale/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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"` | |
Expand Down
4 changes: 2 additions & 2 deletions appuio/maxscale/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 716b186

Please sign in to comment.