Skip to content

Commit c52e713

Browse files
committed
🔖 chore: Bump version to 0.8.2
1 parent f98d59a commit c52e713

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ annotations:
22
licenses: Apache-2.0
33
apiVersion: v2
44
name: unguard
5-
version: 0.8.1
5+
version: 0.8.2
66
description: Unguard is an insecure cloud-native microservices demo application.
77
type: application
88
home: https://github.com/dynatrace-oss/unguard
99
icon: https://github.com/dynatrace-oss/unguard/blob/main/docs/images/logo/unguard-logo-red-small.png
10-
appVersion: 0.8.1
10+
appVersion: 0.8.2

chart/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and
8484
To install Unguard in a specific version provide the `--version` flag with the version you want to install:
8585
8686
```sh
87-
helm install unguard oci://ghcr.io/dynatrace-oss/unguard/chart/unguard --version 0.8.1
87+
helm install unguard oci://ghcr.io/dynatrace-oss/unguard/chart/unguard --version 0.8.2
8888
```
8989
9090
## Parameters

chart/values.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ maliciousLoadGenerator:
4848
container:
4949
image:
5050
repository: ghcr.io/dynatrace-oss/unguard/unguard-malicious-load-generator
51-
tag: 0.8.1
51+
tag: 0.8.2
5252
pullPolicy: IfNotPresent
5353
ports:
5454
containerPort: 8083
@@ -72,7 +72,7 @@ profileService:
7272
container:
7373
image:
7474
repository: ghcr.io/dynatrace-oss/unguard/unguard-profile-service
75-
tag: 0.8.1
75+
tag: 0.8.2
7676
pullPolicy: IfNotPresent
7777
ports:
7878
containerPort: 8080
@@ -106,7 +106,7 @@ userSimulator:
106106
container:
107107
image:
108108
repository: ghcr.io/dynatrace-oss/unguard/unguard-user-simulator
109-
tag: 0.8.1
109+
tag: 0.8.2
110110
pullPolicy: IfNotPresent
111111

112112
env:
@@ -137,7 +137,7 @@ membershipService:
137137
container:
138138
image:
139139
repository: ghcr.io/dynatrace-oss/unguard/unguard-membership-service
140-
tag: 0.8.1
140+
tag: 0.8.2
141141
pullPolicy: IfNotPresent
142142
ports:
143143
containerPort: 8083
@@ -167,7 +167,7 @@ userAuthService:
167167
container:
168168
image:
169169
repository: ghcr.io/dynatrace-oss/unguard/unguard-user-auth-service
170-
tag: 0.8.1
170+
tag: 0.8.2
171171
pullPolicy: IfNotPresent
172172
ports:
173173
containerPort: 9091
@@ -202,7 +202,7 @@ adService:
202202
container:
203203
image:
204204
repository: ghcr.io/dynatrace-oss/unguard/unguard-ad-service
205-
tag: 0.8.1
205+
tag: 0.8.2
206206
pullPolicy: IfNotPresent
207207
ports:
208208
containerPort: 8082
@@ -236,7 +236,7 @@ envoyProxy:
236236
container:
237237
image:
238238
repository: ghcr.io/dynatrace-oss/unguard/unguard-envoy-proxy
239-
tag: 0.8.1
239+
tag: 0.8.2
240240
pullPolicy: IfNotPresent
241241
ports:
242242
- name: http
@@ -260,7 +260,7 @@ microblogService:
260260
container:
261261
image:
262262
repository: ghcr.io/dynatrace-oss/unguard/unguard-microblog-service
263-
tag: 0.8.1
263+
tag: 0.8.2
264264
pullPolicy: IfNotPresent
265265
ports:
266266
containerPort: 8080
@@ -313,7 +313,7 @@ statusService:
313313
container:
314314
image:
315315
repository: ghcr.io/dynatrace-oss/unguard/unguard-status-service
316-
tag: 0.8.1
316+
tag: 0.8.2
317317
pullPolicy: IfNotPresent
318318
ports:
319319
containerPort: 8083
@@ -368,7 +368,7 @@ proxyService:
368368
container:
369369
image:
370370
repository: ghcr.io/dynatrace-oss/unguard/unguard-proxy-service
371-
tag: 0.8.1
371+
tag: 0.8.2
372372
pullPolicy: IfNotPresent
373373
ports:
374374
containerPort: 8081
@@ -395,7 +395,7 @@ frontend:
395395
container:
396396
image:
397397
repository: ghcr.io/dynatrace-oss/unguard/unguard-frontend
398-
tag: 0.8.1
398+
tag: 0.8.2
399399
pullPolicy: IfNotPresent
400400
ports:
401401
containerPort: 3000

0 commit comments

Comments
 (0)