Skip to content

Commit

Permalink
Merge pull request #16 from foomo/sesamy-gtm-0.0.5
Browse files Browse the repository at this point in the history
fix(sesamy-gtm): namespace tpl
  • Loading branch information
franklinkim authored Aug 27, 2024
2 parents c7096b4 + 74d4d04 commit fde38b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/sesamy-gtm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ dependencies:
version: 6.6.1
repository: https://grafana.github.io/helm-charts
condition: loki.enabled
version: 0.0.4
version: 0.0.5
appVersion: 2.3.0
2 changes: 1 addition & 1 deletion charts/sesamy-gtm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sesamy-gtm

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-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)
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-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
2 changes: 1 addition & 1 deletion charts/sesamy-gtm/templates/collect/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: {{ include "sesamy.gtm.collect.fullname" . }}
labels:
{{- include "sesamy.gtm.collect.labels" . | nindent 4 }}
namespace: {{ include "sesamy.gtm-collect.namespace" . }}
namespace: {{ include "sesamy.gtm.namespace" . }}
spec:
scaleTargetRef:
apiVersion: apps/v1
Expand Down

0 comments on commit fde38b2

Please sign in to comment.