From 826884baff97283089d53a609cf4afb887c32f84 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Tue, 27 Feb 2024 08:29:08 +0000 Subject: [PATCH] Fixed default vaule --- .gitea/workflows/upload-helm.yml | 2 +- Chart/values.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/upload-helm.yml b/.gitea/workflows/upload-helm.yml index d9386bf..66986ef 100644 --- a/.gitea/workflows/upload-helm.yml +++ b/.gitea/workflows/upload-helm.yml @@ -6,7 +6,7 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest env: - HELM_CHART_VERSION: "1.1.0" + HELM_CHART_VERSION: "1.1.1" steps: - uses: actions/checkout@v2 - name: Set up Helm diff --git a/Chart/values.yaml b/Chart/values.yaml index b36e286..024b7ef 100644 --- a/Chart/values.yaml +++ b/Chart/values.yaml @@ -81,12 +81,12 @@ secrets: storage: kubernetes: - - name: "pull-secret" - type: "secret" - files: - - name: .dockerconfigjson - content: | - {"auths":{"ghcr.io":{"username":"ghcr.io","password":"ghcr.io","auth":"ghcr.io"}}} + # - name: "pull-secret" + # type: "secret" + # files: + # - name: .dockerconfigjson + # content: | + # {"auths":{"ghcr.io":{"username":"ghcr.io","password":"ghcr.io","auth":"ghcr.io"}}} # - name: "secret01" # type: "secret" # files: