Skip to content

Commit 589a4d1

Browse files
committed
Release 0.1.1
1 parent b631528 commit 589a4d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For the basic docker exercises you currently require:
1818
You can install it by doing:
1919

2020
```bash
21-
docker run -p 8080:8080 jeroenwillemsen/addo-example:0.1.0-no-vault
21+
docker run -p 8080:8080 jeroenwillemsen/addo-example:0.1.1-no-vault
2222
```
2323

2424
Now you can try to find the secrets by means of solving the challenge offered at:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
volumeAttributes:
3434
secretProviderClass: "wrongsecrets-aws-secretsmanager"
3535
containers:
36-
- image: jeroenwillemsen/addo-example:0.1.0c-k8s-vault
36+
- image: jeroenwillemsen/addo-example:0.1.1-k8s-vault
3737
imagePullPolicy: IfNotPresent
3838
ports:
3939
- containerPort: 8080

k8s/secret-challenge-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
name: secret-challenge
2626
spec:
2727
containers:
28-
- image: jeroenwillemsen/addo-example:0.1.0c-no-vault
28+
- image: jeroenwillemsen/addo-example:0.1.1-no-vault
2929
imagePullPolicy: IfNotPresent
3030
ports:
3131
- containerPort: 8080

k8s/secret-challenge-vault-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
serviceAccountName: vault
2828
containers:
29-
- image: jeroenwillemsen/addo-example:0.1.0c-k8s-vault
29+
- image: jeroenwillemsen/addo-example:0.1.1-k8s-vault
3030
imagePullPolicy: IfNotPresent
3131
ports:
3232
- containerPort: 8080

0 commit comments

Comments
 (0)