Skip to content

Commit

Permalink
Merge pull request #3 from foomo/sesamy
Browse files Browse the repository at this point in the history
feat(sesamy-gtm): bump gtm image 2.3.0
  • Loading branch information
franklinkim authored Mar 5, 2024
2 parents 1db341d + 8ff7f14 commit 26bd2cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/sesamy-gtm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ annotations:
- name: Chart Source
url: https://github.com/foomo/helm-charts
version: 0.0.2
appVersion: 2.2.0
version: 0.0.3
appVersion: 2.3.0
4 changes: 2 additions & 2 deletions charts/sesamy-gtm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sesamy-gtm

![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square)
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square)

Helm chart for the Sesamy GTM tagging & preview service.

Expand Down Expand Up @@ -60,7 +60,7 @@ Helm chart for the Sesamy GTM tagging & preview service.
| gtm.googleCloudProject | Optional | `""` | Google Cloud project ID. Let the tagging server implicitly choose the project. |
| gtm.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy |
| gtm.image.repository | string | `"gcr.io/cloud-tagging-10302018/gtm-cloud-image"` | The image repository |
| gtm.image.tag | string | `"2.2.0"` | The image tag |
| gtm.image.tag | string | `"2.3.0"` | The image tag |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.enabled | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/sesamy-gtm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gtm:
# -- The image pull policy
pullPolicy: IfNotPresent
# -- The image tag
tag: "2.2.0"
tag: "2.3.0"
# -- Base64-encoded container parameters in the URL query string format.
containerConfig: ''
# -- Interval between container refreshes.
Expand Down

0 comments on commit 26bd2cd

Please sign in to comment.