Fixed default vaule
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user