Skip to content

Commit edfcf8f

Browse files
fix(gost-agent): rename template (#107)
1 parent be32d38 commit edfcf8f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/gost-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: gost-agent
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.0
5+
version: 0.1.1
66
maintainers:
77
- name: codefresh
88
url: https://codefresh-io.github.io/

charts/gost-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gost-agent
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{{- define "ngrok-agent.resources" -}}
1+
{{- define "gost-agent.resources" -}}
22

3-
{{ include "ngrok-agent.controller" . }}
3+
{{ include "gost-agent.controller" . }}
44

55
{{- end -}}

0 commit comments

Comments
 (0)