Skip to content

Commit

Permalink
chore(deps): Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Feb 24, 2024
1 parent 735f3af commit 9a6485d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.26, v1.27, v1.28]
k8s_version: [v1.27, v1.28, v1.29]
permissions:
contents: read
uses: kadras-io/github-reusable-workflows/.github/workflows/carvel-package-test-integration.yml@main
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
K8S_VERSION=v1.28
K8S_VERSION=v1.29

# Build package configuration
build: package
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A Carvel package for provisioning and configuring workspaces (namespaces or virt

### Prerequisites

* Kubernetes 1.26+
* Kubernetes 1.27+
* Carvel [`kctrl`](https://carvel.dev/kapp-controller/docs/latest/install/#installing-kapp-controller-cli-kctrl) CLI.
* Carvel [kapp-controller](https://carvel.dev/kapp-controller) deployed in your Kubernetes cluster. You can install it with Carvel [`kapp`](https://carvel.dev/kapp/docs/latest/install) (recommended choice) or `kubectl`.

Expand Down
4 changes: 2 additions & 2 deletions test/integration/kuttl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ commands:
- script: |
kubectl config set-context --current --namespace=tests && \
kapp deploy -a secretgen-controller-package -y \
-f https://github.com/kadras-io/package-for-secretgen-controller/releases/download/v0.15.1/package.yml \
-f https://github.com/kadras-io/package-for-secretgen-controller/releases/download/v0.15.1/metadata.yml
-f https://github.com/kadras-io/package-for-secretgen-controller/releases/download/v0.17.0/package.yml \
-f https://github.com/kadras-io/package-for-secretgen-controller/releases/download/v0.17.0/metadata.yml
- script: |
kubectl config set-context --current --namespace=tests && \
kapp deploy -a dependencies -y -f ./test/setup/dependencies
2 changes: 1 addition & 1 deletion test/setup/dependencies/secretgen-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
packageRef:
refName: secretgen-controller.packages.kadras.io
versionSelection:
constraints: 0.15.1
constraints: 0.17.0
4 changes: 2 additions & 2 deletions test/setup/kind/v1.27/kind-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.27.3
image: kindest/node:v1.27.11
- role: worker
image: kindest/node:v1.27.3
image: kindest/node:v1.27.11
4 changes: 2 additions & 2 deletions test/setup/kind/v1.28/kind-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.28.0
image: kindest/node:v1.28.7
- role: worker
image: kindest/node:v1.28.0
image: kindest/node:v1.28.7
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.26.6
image: kindest/node:v1.29.2
- role: worker
image: kindest/node:v1.26.6
image: kindest/node:v1.29.2

0 comments on commit 9a6485d

Please sign in to comment.