Skip to content

Commit

Permalink
Release 1.0.1: new version of thanking people and introducing them to…
Browse files Browse the repository at this point in the history
… the content
  • Loading branch information
commjoen committed Nov 16, 2021
1 parent 6d64f08 commit 919ba20
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.web
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jeroenwillemsen/addo-example:1.0.0-no-vault
FROM jeroenwillemsen/addo-example:1.0.1-no-vault

ARG argBasedVersion="1.0.0"
ARG argBasedVersion="1.0.1"
ENV APP_VERSION=$argBasedVersion

CMD java -jar -Dserver.port=$PORT -Dspring.profiles.active=without-vault application.jar
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 @@ -33,7 +33,7 @@ spec:
volumeAttributes:
secretProviderClass: "wrongsecrets-aws-secretsmanager"
containers:
- image: jeroenwillemsen/addo-example:1.0.0-k8s-vault
- image: jeroenwillemsen/addo-example:1.0.1-k8s-vault
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
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 @@ -25,7 +25,7 @@ spec:
name: secret-challenge
spec:
containers:
- image: jeroenwillemsen/addo-example:1.0.0-no-vault
- image: jeroenwillemsen/addo-example:1.0.1-no-vault
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
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 @@ -26,7 +26,7 @@ spec:
spec:
serviceAccountName: vault
containers:
- image: jeroenwillemsen/addo-example:1.0.0-k8s-vault
- image: jeroenwillemsen/addo-example:1.0.1-k8s-vault
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
Expand Down

0 comments on commit 919ba20

Please sign in to comment.