Skip to content

Commit

Permalink
Update POM file with new version: 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Jun 2, 2023
1 parent f33dc88 commit 42e63b0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.web
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jeroenwillemsen/wrongsecrets:1.6.5RC2-no-vault
FROM jeroenwillemsen/wrongsecrets:1.6.5-no-vault
ARG argBasedVersion="1.6.5-no-vault"
ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
ARG CTF_ENABLED=false
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ Special mentions for helping out:

- [Madhu Akula @madhuakula](https://github.com/madhuakula)
- [Björn Kimminich @bkimminich](https://github.com/bkimminich)
- [Dan Gora @devsecops](https://github.com/devsecops)
- [Xiaolu Dai @saragluna](https://github.com/saragluna)
- [Jonathan Giles @jonathanGiles](https://github.com/JonathanGiles)

Expand Down
2 changes: 1 addition & 1 deletion aws/k8s/secret-challenge-vault-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
volumeAttributes:
secretProviderClass: "wrongsecrets-aws-secretsmanager"
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.5RC2-k8s-vault
- image: jeroenwillemsen/wrongsecrets:1.6.5-k8s-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion azure/k8s/secret-challenge-vault-deployment.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
volumeAttributes:
secretProviderClass: "azure-wrongsecrets-vault"
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.5RC2-k8s-vault
- image: jeroenwillemsen/wrongsecrets:1.6.5-k8s-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ processes = []
dockerfile = "Dockerfile"

[build.args]
argBasedVersion="1.6.5RC2"
argBasedVersion="1.6.5"
spring_profile="without-vault"
springdoc_api-docs_enabled="false"
springdoc_swagger-ui_enabled="false"
Expand Down
2 changes: 1 addition & 1 deletion gcp/k8s/secret-challenge-vault-deployment.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
volumeAttributes:
secretProviderClass: "wrongsecrets-gcp-secretsmanager"
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.5RC2-k8s-vault
- image: jeroenwillemsen/wrongsecrets:1.6.5-k8s-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
ports:
Expand Down
2 changes: 1 addition & 1 deletion k8s/secret-challenge-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
runAsGroup: 2000
fsGroup: 2000
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.5RC2-no-vault
- image: jeroenwillemsen/wrongsecrets:1.6.5-no-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
ports:
Expand Down
2 changes: 1 addition & 1 deletion k8s/secret-challenge-vault-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
runAsNonRoot: true
serviceAccountName: vault
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.5RC2-k8s-vault
- image: jeroenwillemsen/wrongsecrets:1.6.5-k8s-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion okteto/k8s/secret-challenge-ctf-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
runAsGroup: 2000
fsGroup: 2000
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.5RC2-no-vault
- image: jeroenwillemsen/wrongsecrets:1.6.5-no-vault
name: secret-challenge-ctf
imagePullPolicy: IfNotPresent
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion okteto/k8s/secret-challenge-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
runAsGroup: 2000
fsGroup: 2000
containers:
- image: jeroenwillemsen/wrongsecrets:1.6.5RC2-no-vault
- image: jeroenwillemsen/wrongsecrets:1.6.5-no-vault
name: secret-challenge
imagePullPolicy: IfNotPresent
securityContext:
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<ul>
<li><a href="https://github.com/madhuakula">Madhu Akula @madhuakula</a></li>
<li><a href="https://github.com/bkimminich">Björn Kimminich @bkimminich</a></li>
<li><a href="https://github.com/devsecops">Dan Gora @devsecops</a></li>
<li><a href="https://github.com/saragluna">Xiaolu Dai @saragluna</a></li>
<li><a href="https://github.com/JonathanGiles">Jonathan Giles @jonathanGiles</a></li>
</ul>
Expand Down

0 comments on commit 42e63b0

Please sign in to comment.