Skip to content

Commit

Permalink
fix: use older unittest version
Browse files Browse the repository at this point in the history
- New unittest version indroduced new bug helm-unittest/helm-unittest#219
  • Loading branch information
gsautner committed Oct 10, 2023
1 parent 4071188 commit d7492af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Add repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm plugin install https://github.com/helm-unittest/helm-unittest
helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.3.4
- name: Set up Python
uses: actions/setup-python@v4.7.0
Expand Down
2 changes: 1 addition & 1 deletion charts/xwiki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility. XWiki is an enterprise wiki. It includes WYSIWYG editing, OpenDocument based document import/export, semantic annotations and tagging, and advanced permissions management.
name: xwiki
version: 1.2.2
version: 1.2.1
type: application
keywords:
- xwiki
Expand Down

0 comments on commit d7492af

Please sign in to comment.