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: