Skip to content

Commit

Permalink
snapshot-controller: upstream 6.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz "WanzenBug" Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed May 30, 2023
1 parent 999f760 commit ab29a8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -30,6 +30,6 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions charts/snapshot-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: snapshot-controller
version: 1.7.2
appVersion: "v6.2.1"
version: 1.8.0
appVersion: "v6.2.2"
icon: https://raw.githubusercontent.com/piraeusdatastore/piraeus/master/artwork/sandbox-artwork/icon/color.svg
maintainers:
- name: The Piraeus Maintainers
Expand Down
4 changes: 2 additions & 2 deletions charts/snapshot-validation-webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: snapshot-validation-webhook
version: 1.7.1
appVersion: "v6.2.1"
version: 1.7.2
appVersion: "v6.2.2"
icon: https://raw.githubusercontent.com/piraeusdatastore/piraeus/master/artwork/sandbox-artwork/icon/color.svg
maintainers:
- name: The Piraeus Maintainers
Expand Down

0 comments on commit ab29a8a

Please sign in to comment.