Skip to content

Commit

Permalink
🔖 chore: Bump version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
orazefabian committed Jul 24, 2024
1 parent c5bcf29 commit 561039a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ annotations:
licenses: Apache-2.0
apiVersion: v2
name: unguard
version: 0.9.2
version: 0.9.3
description: Unguard is an insecure cloud-native microservices demo application.
type: application
home: https://github.com/dynatrace-oss/unguard
icon: https://github.com/dynatrace-oss/unguard/blob/main/docs/images/logo/unguard-logo-red-small.png
appVersion: 0.9.2
appVersion: 0.9.3
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and
To install Unguard in a specific version provide the `--version` flag with the version you want to install:
```sh
helm install unguard oci://ghcr.io/dynatrace-oss/unguard/chart/unguard --version 0.9.2
helm install unguard oci://ghcr.io/dynatrace-oss/unguard/chart/unguard --version 0.9.3
```
## Parameters
Expand Down
24 changes: 12 additions & 12 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ maliciousLoadGenerator:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-malicious-load-generator
tag: 0.9.2
tag: 0.9.3
pullPolicy: IfNotPresent
ports:
containerPort: 8083
Expand Down Expand Up @@ -110,7 +110,7 @@ userSimulator:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-user-simulator
tag: 0.9.2
tag: 0.9.3
pullPolicy: IfNotPresent

env:
Expand Down Expand Up @@ -141,7 +141,7 @@ membershipService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-membership-service
tag: 0.9.2
tag: 0.9.3
pullPolicy: IfNotPresent
ports:
containerPort: 8083
Expand Down Expand Up @@ -171,7 +171,7 @@ userAuthService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-user-auth-service
tag: 0.9.2
tag: 0.9.3
pullPolicy: IfNotPresent
ports:
containerPort: 9091
Expand Down Expand Up @@ -206,7 +206,7 @@ adService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-ad-service
tag: 0.9.2
tag: 0.9.3
pullPolicy: IfNotPresent
ports:
containerPort: 8082
Expand Down Expand Up @@ -240,7 +240,7 @@ envoyProxy:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-envoy-proxy
tag: 0.9.2
tag: 0.9.3
pullPolicy: IfNotPresent
ports:
- name: http
Expand All @@ -264,7 +264,7 @@ microblogService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-microblog-service
tag: 0.9.2
tag: 0.9.3
pullPolicy: IfNotPresent
ports:
containerPort: 8080
Expand Down Expand Up @@ -317,7 +317,7 @@ statusService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-status-service
tag: 0.9.2
tag: 0.9.3
pullPolicy: IfNotPresent
ports:
containerPort: 8083
Expand Down Expand Up @@ -372,7 +372,7 @@ proxyService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-proxy-service
tag: 0.9.2
tag: 0.9.3
pullPolicy: IfNotPresent
ports:
containerPort: 8081
Expand All @@ -399,7 +399,7 @@ likeService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-like-service
tag: 0.9.2
tag: 0.9.3
pullPolicy: IfNotPresent
ports:
containerPort: 8000
Expand Down Expand Up @@ -433,7 +433,7 @@ paymentService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-payment-service
tag: 0.9.2
tag: 0.9.3
pullPolicy: IfNotPresent
env:
API_PATH: /payment-service
Expand Down Expand Up @@ -463,7 +463,7 @@ frontend:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-frontend
tag: 0.9.2
tag: 0.9.3
pullPolicy: IfNotPresent
ports:
containerPort: 3000
Expand Down

0 comments on commit 561039a

Please sign in to comment.