Skip to content

Commit

Permalink
Revert "RELEASE: v0.10.0 (#984)" (#986)
Browse files Browse the repository at this point in the history
This reverts commit 2609d3a.

Signed-off-by: Jirka Kremser <[email protected]>
  • Loading branch information
jkremser authored Oct 18, 2022
1 parent 2609d3a commit 4b59619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Login to Dockerhub
uses: docker/[email protected]
with:
username: ${{ github.actor }}
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Attach provenance to image
run: |
Expand Down
4 changes: 2 additions & 2 deletions chart/k8gb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: k8gb
description: A Helm chart for Kubernetes Global Balancer
icon: https://www.k8gb.io/assets/images/icon-192x192.png
type: application
version: v0.10.0
appVersion: v0.10.0
version: v0.9.0
appVersion: v0.9.0
kubeVersion: ">= 1.19.0-0"

dependencies:
Expand Down

0 comments on commit 4b59619

Please sign in to comment.