Skip to content

Commit

Permalink
Release 1.0.3: First steps for GCP, improvded scripting, env aware ap…
Browse files Browse the repository at this point in the history
…plication, have code-quality
  • Loading branch information
commjoen committed Nov 24, 2021
1 parent 15e2c60 commit 6c3baa4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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:ENV-test4-no-vault
FROM jeroenwillemsen/addo-example:1.0.3-no-vault

ARG argBasedVersion="1.0.2C"
ARG argBasedVersion="1.0.3"
ENV APP_VERSION=$argBasedVersion
ENV K8S_ENV=Heroku(Docker)
CMD java -jar -Dserver.port=$PORT -Dspring.profiles.active=without-vault application.jar
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For the basic docker exercises you currently require:
You can install it by doing:

```bash
docker run -p 8080:8080 jeroenwillemsen/addo-example:1.0.2-no-vault
docker run -p 8080:8080 jeroenwillemsen/addo-example:1.0.3-no-vault
```

Now you can try to find the secrets by means of solving the challenge offered at:
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 @@ -33,7 +33,7 @@ spec:
volumeAttributes:
secretProviderClass: "wrongsecrets-aws-secretsmanager"
containers:
- image: jeroenwillemsen/addo-example:ENV-test4-k8s-vault
- image: jeroenwillemsen/addo-example:1.0.3-k8s-vault
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion gcp/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-gcp-secretsmanager"
containers:
- image: jeroenwillemsen/addo-example:ENV-test4-k8s-vault
- image: jeroenwillemsen/addo-example:1.0.3-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.2-no-vault
- image: jeroenwillemsen/addo-example:1.0.3-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.2-k8s-vault
- image: jeroenwillemsen/addo-example:1.0.3-k8s-vault
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
Expand Down

0 comments on commit 6c3baa4

Please sign in to comment.