Skip to content

Commit c9d4e32

Browse files
committed
Fixing pipeline
1 parent a3ed1db commit c9d4e32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Check out the repo
1616
uses: actions/checkout@v3
1717

18-
- name: Setup mirror
19-
uses: self-actuated/hub-mirror@master
18+
# - name: Setup mirror
19+
# uses: self-actuated/hub-mirror@master
2020

2121
- name: Get TAG
2222
id: get_tag

charts/vals-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kubeVersion: ">= 1.19.0-0"
1616
type: application
1717

1818
# Chart version
19-
version: 0.7.11
19+
version: 0.7.11-beta1
2020

2121
# Latest container tag
2222
appVersion: v0.7.11-beta1

0 commit comments

Comments
 (0)