diff --git a/charts/ghost/Chart.lock b/charts/ghost/Chart.lock index 77013a535ead2bc76ca772dffc91819b02eff7ba..606f57a0c828108008d433b1e7c1ac5755398001 100644 --- a/charts/ghost/Chart.lock +++ b/charts/ghost/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://groundhog2k.github.io/helm-charts - version: 0.1.5 -digest: sha256:14b5bf0107fb5802c95d6c1eb79d029883e9a6d4223dd70c23307b42f1a8d0a9 -generated: "2020-11-29T11:26:20.5838196+01:00" + version: 0.2.0 +digest: sha256:2a0e926c463f81bd790a89a0828030021ff40040a521703e17e66f51e4a8afde +generated: "2020-12-11T18:45:16.3329025+01:00" diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index 7df1924274a3498ce23504bbc83410d8f9c372fe..6175bcabb7cc07127f96135f3c71c6e1b1e21976 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -8,13 +8,13 @@ maintainers: - name: groundhog2k # This is the chart version -version: 0.1.12 +version: 0.2.0 # This is the version number of the application being deployed. -appVersion: "3.39.3" +appVersion: "3.40.0" dependencies: - name: mariadb - version: 0.1.5 + version: 0.2.0 repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled diff --git a/charts/ghost/README.md b/charts/ghost/README.md index f16bb2c8909374efa521b6db7215a66ba45f5a84..3ecc3df72c008590a49dfcbd098e44b2b494151e 100644 --- a/charts/ghost/README.md +++ b/charts/ghost/README.md @@ -1,6 +1,6 @@ # Ghost -   +   A Helm chart for Ghost blog on Kubernetes @@ -15,8 +15,7 @@ $ helm install my-release groundhog2k/ghost This chart uses the original [Ghost image from Docker Hub](https://hub.docker.com/_/ghost) to deploy a Ghost blog in Kubernetes. -It allows fully supports the deployment of the [ARM64v8 image of Ghost](https://hub.docker.com/r/arm64v8/ghost) on a ARM64 based Kubernetes cluster just by exchanging the existing `image.repository` value. - +It fully supports deployment of arm64v8 and amd64 multi-architecture docker image. Just set the `nodeSelector` value to `kubernetes.io/arch: arm64` (default is `amd64`) ## Prerequisites @@ -44,7 +43,7 @@ $ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | mariadb | 0.1.5 | +| @groundhog2k | mariadb | 0.2.0 | ## Common parameters diff --git a/charts/ghost/charts/mariadb-0.1.5.tgz b/charts/ghost/charts/mariadb-0.1.5.tgz deleted file mode 100644 index 1a58f072434e19412e3f1daa6b74a88b5285ffc7..0000000000000000000000000000000000000000 Binary files a/charts/ghost/charts/mariadb-0.1.5.tgz and /dev/null differ diff --git a/charts/ghost/charts/mariadb-0.2.0.tgz b/charts/ghost/charts/mariadb-0.2.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..1f8bed147c8db14c89e4dad9b39a250210a10a1c Binary files /dev/null and b/charts/ghost/charts/mariadb-0.2.0.tgz differ diff --git a/charts/ghost/values.yaml b/charts/ghost/values.yaml index d79ca3c7e880f6c76cd85b89f799d45899d2c3a9..a8a7e1cb642628095683d4edd8724a81b077f86f 100644 --- a/charts/ghost/values.yaml +++ b/charts/ghost/values.yaml @@ -4,7 +4,6 @@ replicaCount: 1 ## Ghost docker image -## use arm64v8/ghost for the same image on ARM64v8 image: repository: ghost pullPolicy: IfNotPresent @@ -80,7 +79,7 @@ resources: {} # memory: 128Mi ## Default node type for the image -## use arm64v8 for the arm64v8/postgres image +## use arm64 for the arm64v8 image nodeSelector: kubernetes.io/arch: amd64