Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pczerkas committed Jan 17, 2024
1 parent a77981f commit 29d5927
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_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Test Docker image
run: |
# should panic when running outside of Kubernetes
output=$(docker run --rm ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest 2>&1)
output=$(docker run --rm ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest 2>&1 || true)
echo "$output" \
| rg --passthru 'panic: unable to load in-cluster configuration'
Expand Down
4 changes: 2 additions & 2 deletions chart/kube-apps-httpcache/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: kube-apps-httpcache
description: Varnish on Kubernetes for multiple applications Helm Chart
version: 0.9.0
appVersion: v0.9.0
version: 0.9.1
appVersion: v0.9.1
home: https://varnish-cache.org
icon: https://varnish-cache.org/_static/varnish-bunny.png
sources:
Expand Down

0 comments on commit 29d5927

Please sign in to comment.