Fixed default vaule
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s

This commit is contained in:
2024-02-27 08:29:08 +00:00
parent 0b1258bebe
commit 826884baff
2 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
HELM_CHART_VERSION: "1.1.0" HELM_CHART_VERSION: "1.1.1"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Helm - name: Set up Helm

View File

@@ -81,12 +81,12 @@ secrets:
storage: storage:
kubernetes: kubernetes:
- name: "pull-secret" # - name: "pull-secret"
type: "secret" # type: "secret"
files: # files:
- name: .dockerconfigjson # - name: .dockerconfigjson
content: | # content: |
{"auths":{"ghcr.io":{"username":"ghcr.io","password":"ghcr.io","auth":"ghcr.io"}}} # {"auths":{"ghcr.io":{"username":"ghcr.io","password":"ghcr.io","auth":"ghcr.io"}}}
# - name: "secret01" # - name: "secret01"
# type: "secret" # type: "secret"
# files: # files: