Skip to content

Commit 89cdf2c

Browse files
committed
Feat(#199) Updated balancer container to include changes required for minikube run, updated github action to reflect new version of k8s in use
1 parent 7c51a3a commit 89cdf2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/minikube-k8s-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
minikube-version: 1.29.0
2727
driver: docker
28-
kubernetes-version: v1.23.12
28+
kubernetes-version: v1.25.6
2929
- name: test script
3030
run: |
3131
eval $(minikube docker-env)

helm/wrongsecrets-ctf-party/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ balancer:
3434
# -- Set this to a fixed random alpa-numeric string (recommended length 24 chars). If not set this get randomly generated with every helm upgrade, each rotation invalidates all active cookies / sessions requirering users to login again.
3535
cookieParserSecret: null
3636
repository: jeroenwillemsen/wrongsecrets-balancer
37-
tag: 1.7aws
37+
tag: 1.8aws
3838
# -- Number of replicas of the wrongsecrets-balancer deployment. Changing this in a commit? PLEASE UPDATE THE GITHUB WORKLFOWS THEN!(NUMBER OF "TRUE")
3939
replicas: 2
4040
service:

0 commit comments

Comments
 (0)