diff --git a/charts/gost-agent/Chart.yaml b/charts/gost-agent/Chart.yaml index 93a2277f..4e369ddb 100644 --- a/charts/gost-agent/Chart.yaml +++ b/charts/gost-agent/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: gost-agent description: A Helm chart for Kubernetes type: application -version: 0.1.0 +version: 0.1.1 maintainers: - name: codefresh url: https://codefresh-io.github.io/ diff --git a/charts/gost-agent/README.md b/charts/gost-agent/README.md index 1030de4b..897a87d0 100644 --- a/charts/gost-agent/README.md +++ b/charts/gost-agent/README.md @@ -1,6 +1,6 @@ # gost-agent -![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) +![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) A Helm chart for Kubernetes diff --git a/charts/gost-agent/templates/all_resources.yaml b/charts/gost-agent/templates/all_resources.yaml index ed9f1aea..b29c382e 100644 --- a/charts/gost-agent/templates/all_resources.yaml +++ b/charts/gost-agent/templates/all_resources.yaml @@ -1,5 +1,5 @@ -{{- define "ngrok-agent.resources" -}} +{{- define "gost-agent.resources" -}} -{{ include "ngrok-agent.controller" . }} +{{ include "gost-agent.controller" . }} {{- end -}}