Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 chore: Bump version to 0.9.4 #92

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3
version: 0.9.4
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.3
appVersion: 0.9.4
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.3
helm install unguard oci://ghcr.io/dynatrace-oss/unguard/chart/unguard --version 0.9.4
```

## Parameters
Expand Down
24 changes: 12 additions & 12 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ maliciousLoadGenerator:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-malicious-load-generator
tag: 0.9.3
tag: 0.9.4
pullPolicy: IfNotPresent
ports:
containerPort: 8083
Expand Down Expand Up @@ -114,7 +114,7 @@ userSimulator:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-user-simulator
tag: 0.9.3
tag: 0.9.4
pullPolicy: IfNotPresent

env:
Expand Down Expand Up @@ -145,7 +145,7 @@ membershipService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-membership-service
tag: 0.9.3
tag: 0.9.4
pullPolicy: IfNotPresent
ports:
containerPort: 8083
Expand Down Expand Up @@ -175,7 +175,7 @@ userAuthService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-user-auth-service
tag: 0.9.3
tag: 0.9.4
pullPolicy: IfNotPresent
ports:
containerPort: 9091
Expand Down Expand Up @@ -210,7 +210,7 @@ adService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-ad-service
tag: 0.9.3
tag: 0.9.4
pullPolicy: IfNotPresent
ports:
containerPort: 8082
Expand Down Expand Up @@ -244,7 +244,7 @@ envoyProxy:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-envoy-proxy
tag: 0.9.3
tag: 0.9.4
pullPolicy: IfNotPresent
ports:
- name: http
Expand All @@ -268,7 +268,7 @@ microblogService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-microblog-service
tag: 0.9.3
tag: 0.9.4
pullPolicy: IfNotPresent
ports:
containerPort: 8080
Expand Down Expand Up @@ -321,7 +321,7 @@ statusService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-status-service
tag: 0.9.3
tag: 0.9.4
pullPolicy: IfNotPresent
ports:
containerPort: 8083
Expand Down Expand Up @@ -376,7 +376,7 @@ proxyService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-proxy-service
tag: 0.9.3
tag: 0.9.4
pullPolicy: IfNotPresent
ports:
containerPort: 8081
Expand All @@ -403,7 +403,7 @@ likeService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-like-service
tag: 0.9.3
tag: 0.9.4
pullPolicy: IfNotPresent
ports:
containerPort: 8000
Expand Down Expand Up @@ -437,7 +437,7 @@ paymentService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-payment-service
tag: 0.9.3
tag: 0.9.4
pullPolicy: IfNotPresent
env:
API_PATH: /payment-service
Expand Down Expand Up @@ -467,7 +467,7 @@ frontend:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-frontend
tag: 0.9.3
tag: 0.9.4
pullPolicy: IfNotPresent
ports:
containerPort: 3000
Expand Down
Loading