From a6df7263871efd869bc0cbea3ab0599edac27919 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Tue, 25 Mar 2025 13:24:39 +0300 Subject: [PATCH] fix(gost-agent): rename template --- charts/gost-agent/Chart.yaml | 2 +- charts/gost-agent/README.md | 2 +- charts/gost-agent/templates/all_resources.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -}}