Skip to content

Commit 86ce3da

Browse files
authored
update repository and app version (#27)
1 parent c8d7654 commit 86ce3da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# WebSight Charts
2-
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24.8](https://img.shields.io/badge/AppVersion-1.24.8-informational?style=flat-square)
2+
![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24.13](https://img.shields.io/badge/AppVersion-1.24.13-informational?style=flat-square)
33

44
This chart bootstraps WebSight CMS deployment on a Kubernetes cluster using the Helm package manager.
55

@@ -48,7 +48,7 @@ The command removes all the Kubernetes components associated with the chart and
4848
| cms.envsFromConfig | list | `[]` | List of config maps that will work with `configMapRef` |
4949
| cms.envsFromSecret | list | `[]` | List of secrets that will work with `secretRef` |
5050
| cms.image.pullPolicy | string | `"IfNotPresent"` | project image pull policy |
51-
| cms.image.repository | string | `"europe-docker.pkg.dev/websight-io/public/websight-cms-starter"` | project image repository |
51+
| cms.image.repository | string | `"europe-west1-docker.pkg.dev/websight-io/websight-docker-releases/websight-cms-starter"` | project image repository |
5252
| cms.image.tag | string | `nil` | project image tag, overwrites value from `.Chart.appVersion` |
5353
| cms.imagePullSecrets | list | `[]` | cms image pull secrets |
5454
| cms.ingress.annotations | object | `{"nginx.ingress.kubernetes.io/proxy-body-size":"5m"}` | custom CMS ingress annotations |

websight-cms/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: websight-cms
33
description: This chart bootstraps WebSight CMS deployment on a Kubernetes cluster using the Helm package manager.
44
type: application
5-
version: 2.2.0
6-
appVersion: "1.24.8"
5+
version: 2.2.1
6+
appVersion: "1.24.13"

websight-cms/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cms:
66
image:
77
# -- project image repository
8-
repository: europe-docker.pkg.dev/websight-io/public/websight-cms-starter
8+
repository: europe-west1-docker.pkg.dev/websight-io/websight-docker-releases/websight-cms-starter
99
# -- project image tag, overwrites value from `.Chart.appVersion`
1010
tag:
1111
# -- project image pull policy

0 commit comments

Comments
 (0)