diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3493ceb..29d565e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.3.33" + HELM_CHART_VERSION: "0.8.0" stages: - deploy diff --git a/Chart/Chart.yaml b/Chart/Chart.yaml index 4f7d314..14bcbb1 100644 --- a/Chart/Chart.yaml +++ b/Chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudypress -description: A helm chart for deploying Wordpress on Cloudyne Hosting +description: Helm chart to deploy Wordpress backed by PHP-CLI and Nginx Unit type: application -version: "0.7.0" -appVersion: "6.1.1" +version: "0.8.0" +appVersion: "6.2.0" diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index 077fe28..226b507 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -38,9 +38,9 @@ spec: allowPrivilegeEscalation: false runAsUser: 0 {{- if .Values.global }} - image: {{ .Values.global.initImage | default "ghcr.io/cloudynes/php-init" }}:{{ .Values.global.imagetag | default "latest" }} + image: {{ .Values.global.initImage | default "ghcr.io/cloudynes/php-cd" }}:{{ .Values.global.imagetag | default "latest" }} {{- else }} - image: ghcr.io/cloudynes/php-init:latest + image: ghcr.io/cloudynes/php-cd:latest {{- end }} imagePullPolicy: Always volumeMounts: @@ -67,9 +67,9 @@ spec: securityContext: runAsUser: 101 {{- if .Values.global }} - image: {{ .Values.global.serverImage | default "ghcr.io/cloudynes/php-nginx" }}:{{ .Values.global.imagetag | default "latest" }} + image: {{ .Values.global.serverImage | default "ghcr.io/cloudynes/php-unit" }}:{{ .Values.global.imagetag | default "latest" }} {{- else }} - image: ghcr.io/cloudynes/php-nginx:latest + image: ghcr.io/cloudynes/php-unit:latest {{- end }} imagePullPolicy: Always volumeMounts: diff --git a/Chart/values.yaml b/Chart/values.yaml index 010a6f2..44a3207 100644 --- a/Chart/values.yaml +++ b/Chart/values.yaml @@ -107,13 +107,13 @@ site: # Global configuration global: # Which image to use for the web server - serverImage: ghcr.io/cloudynes/php-nginx + serverImage: ghcr.io/cloudynes/php-unit # Which image to use for the initialization - initImage: ghcr.io/cloudynes/php-init + initImage: ghcr.io/cloudynes/php-cd # The tag to use for the above images - imageTag: fpm8.0-alpine3.16 + imageTag: "8.0" # The database instance where the database will be provisioned dbInstance: "kincaid"