Skip to content

Commit

Permalink
Merge pull request #121 from aquarist-labs/next-v0.20
Browse files Browse the repository at this point in the history
Release v0.20.0
  • Loading branch information
jecluis authored Aug 31, 2023
2 parents d68c6c2 + 0a99653 commit 3cf5334
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/s3gw/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: s3gw
version: 0.19.0
version: 0.20.0
kubeVersion: ">=1.14"
description: |
Easy-to-use Open Source and Cloud Native S3 service for use on Rancher's
Expand Down
14 changes: 8 additions & 6 deletions charts/s3gw/tests/cosi_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,25 +91,27 @@ tests:
count: 2
template: cosi-rbac.yaml

- isKind:
of: ClusterRole
documentIndex: 0
template: cosi-rbac.yaml

- containsDocument:
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
name: s3gw-name-s3gw-namespace-objectstorage-provisioner-role
documentIndex: 0
template: cosi-rbac.yaml

- isKind:
of: ClusterRole
documentIndex: 0
of: ClusterRoleBinding
documentIndex: 1
template: cosi-rbac.yaml

- containsDocument:
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
name: s3gw-name-s3gw-namespace-objectstorage-provisioner-role-binding
template: cosi-rbac.yaml

- isKind:
of: ClusterRoleBinding
documentIndex: 1
template: cosi-rbac.yaml

Expand Down

0 comments on commit 3cf5334

Please sign in to comment.