Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Sep 8, 2023
1 parent 653f684 commit c3578c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Integration Tests
strategy:
matrix:
k8s_version: [v1.25, v1.26, v1.27]
k8s_version: [v1.26, v1.27, v1.28]
permissions:
contents: read
uses: kadras-io/github-reusable-workflows/.github/workflows/carvel-package-test-integration.yml@main
Expand Down
14 changes: 7 additions & 7 deletions test/integration/default/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ metadata:
apiVersion: v1
kind: ServiceAccount
metadata:
name: default
name: supply-chain
namespace: test-default
annotations:
kapp.k14s.io/create-strategy: fallback-on-update
Expand All @@ -74,30 +74,30 @@ imagePullSecrets:
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: default-workload
name: supply-chain-workload
namespace: test-default
annotations:
kapp.k14s.io/create-strategy: fallback-on-update
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: workload
name: supply-chain-workload
subjects:
- kind: ServiceAccount
name: default
name: supply-chain

---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: default-deliverable
name: supply-chain-deliverable
namespace: test-default
annotations:
kapp.k14s.io/create-strategy: fallback-on-update
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: deliverable
name: supply-chain-deliverable
subjects:
- kind: ServiceAccount
name: default
name: supply-chain

0 comments on commit c3578c3

Please sign in to comment.