Skip to content

Commit

Permalink
test: Bump test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Oct 23, 2024
1 parent f04de63 commit 51c6cfd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions test/integration/kuttl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ commands:
- script: |
kubectl config set-context --current --namespace=tests && \
kapp deploy -a cert-manager-package -y \
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.15.3/package.yml \
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.15.3/metadata.yml
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.16.1/package.yml \
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.16.1/metadata.yml
- script: |
kubectl config set-context --current --namespace=tests && \
kapp deploy -a contour-package -y \
Expand All @@ -32,8 +32,8 @@ commands:
- script: |
kubectl config set-context --current --namespace=tests && \
kapp deploy -a postgresql-operator-package -y \
-f https://github.com/kadras-io/package-for-postgresql-operator/releases/download/v1.24.0/package.yml \
-f https://github.com/kadras-io/package-for-postgresql-operator/releases/download/v1.24.0/metadata.yml
-f https://github.com/kadras-io/package-for-postgresql-operator/releases/download/v1.24.1/package.yml \
-f https://github.com/kadras-io/package-for-postgresql-operator/releases/download/v1.24.1/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/cert-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
packageRef:
refName: cert-manager.packages.kadras.io
versionSelection:
constraints: 1.15.3
constraints: 1.16.1
values:
- secretRef:
name: cert-manager-values
Expand Down
2 changes: 1 addition & 1 deletion test/setup/dependencies/postgresql-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
packageRef:
refName: postgresql-operator.packages.kadras.io
versionSelection:
constraints: 1.24.0
constraints: 1.24.1
values:
- secretRef:
name: postgresql-operator-values
Expand Down
4 changes: 2 additions & 2 deletions test/setup/kind/v1.31/kind-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.31.0
image: kindest/node:v1.31.1
- role: worker
image: kindest/node:v1.31.0
image: kindest/node:v1.31.1
extraPortMappings:
- containerPort: 80
hostPort: 80
Expand Down

0 comments on commit 51c6cfd

Please sign in to comment.