Skip to content

Commit 0333283

Browse files
committed
Update POM file with new version: 1.7.2
1 parent 9d0c62d commit 0333283

10 files changed

+11
-11
lines changed

.github/scripts/.bash_history

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ rm -rf jdk-18_linux-x64_bin.deb
347347
git rebase -i main
348348
git rebase -i master
349349
git stash
350-
export tempPassword="eMKkXGoGTaMstiFONhqJmdICbOhyDy2OGBJIVGJhFgw="
350+
export tempPassword="4QMUMCz8BUpSizlIfnb0XPpCDGir1NyfIxkrkN3Emdc="
351351
mvn run tempPassword
352352
k6
353353
npx k6

Dockerfile.web

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM jeroenwillemsen/wrongsecrets:1.7.1-no-vault
2-
ARG argBasedVersion="1.7.1-no-vault"
1+
FROM jeroenwillemsen/wrongsecrets:1.7.2-no-vault
2+
ARG argBasedVersion="1.7.2-no-vault"
33
ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
44
ARG CTF_ENABLED=false
55
ARG HINTS_ENABLED=true

aws/k8s/secret-challenge-vault-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
volumeAttributes:
4242
secretProviderClass: "wrongsecrets-aws-secretsmanager"
4343
containers:
44-
- image: jeroenwillemsen/wrongsecrets:1.7.1-k8s-vault
44+
- image: jeroenwillemsen/wrongsecrets:1.7.2-k8s-vault
4545
imagePullPolicy: IfNotPresent
4646
name: secret-challenge
4747
securityContext:

azure/k8s/secret-challenge-vault-deployment.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
volumeAttributes:
4242
secretProviderClass: "azure-wrongsecrets-vault"
4343
containers:
44-
- image: jeroenwillemsen/wrongsecrets:1.7.1-k8s-vault
44+
- image: jeroenwillemsen/wrongsecrets:1.7.2-k8s-vault
4545
imagePullPolicy: IfNotPresent
4646
name: secret-challenge
4747
securityContext:

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ app = "wrongsecrets"
88
primary_region = "ams"
99

1010
[build]
11-
image = "docker.io/jeroenwillemsen/wrongsecrets:1.7.1-no-vault"
11+
image = "docker.io/jeroenwillemsen/wrongsecrets:1.7.2-no-vault"
1212

1313
[env]
1414
K8S_ENV = "Fly(Docker)"

gcp/k8s/secret-challenge-vault-deployment.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
volumeAttributes:
4040
secretProviderClass: "wrongsecrets-gcp-secretsmanager"
4141
containers:
42-
- image: jeroenwillemsen/wrongsecrets:1.7.1-k8s-vault
42+
- image: jeroenwillemsen/wrongsecrets:1.7.2-k8s-vault
4343
imagePullPolicy: IfNotPresent
4444
name: secret-challenge
4545
ports:

k8s/secret-challenge-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
runAsGroup: 2000
2929
fsGroup: 2000
3030
containers:
31-
- image: jeroenwillemsen/wrongsecrets:1.7.1-no-vault
31+
- image: jeroenwillemsen/wrongsecrets:1.7.2-no-vault
3232
imagePullPolicy: IfNotPresent
3333
name: secret-challenge
3434
ports:

k8s/secret-challenge-vault-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
runAsNonRoot: true
3131
serviceAccountName: vault
3232
containers:
33-
- image: jeroenwillemsen/wrongsecrets:1.7.1-k8s-vault
33+
- image: jeroenwillemsen/wrongsecrets:1.7.2-k8s-vault
3434
imagePullPolicy: IfNotPresent
3535
name: secret-challenge
3636
securityContext:

okteto/k8s/secret-challenge-ctf-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
runAsGroup: 2000
2929
fsGroup: 2000
3030
containers:
31-
- image: jeroenwillemsen/wrongsecrets:1.7.1-no-vault
31+
- image: jeroenwillemsen/wrongsecrets:1.7.2-no-vault
3232
name: secret-challenge-ctf
3333
imagePullPolicy: IfNotPresent
3434
securityContext:

okteto/k8s/secret-challenge-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
runAsGroup: 2000
2929
fsGroup: 2000
3030
containers:
31-
- image: jeroenwillemsen/wrongsecrets:1.7.1-no-vault
31+
- image: jeroenwillemsen/wrongsecrets:1.7.2-no-vault
3232
name: secret-challenge
3333
imagePullPolicy: IfNotPresent
3434
securityContext:

0 commit comments

Comments
 (0)