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.2 #76

Merged
merged 2 commits into from
May 15, 2024
Merged
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
@@ -2,9 +2,9 @@ annotations:
licenses: Apache-2.0
apiVersion: v2
name: unguard
version: 0.9.1
version: 0.9.2
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.1
appVersion: 0.9.2
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
@@ -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.1
helm install unguard oci://ghcr.io/dynatrace-oss/unguard/chart/unguard --version 0.9.2
```

## Parameters
24 changes: 11 additions & 13 deletions chart/values.yaml
Original file line number Diff line number Diff line change
@@ -38,7 +38,6 @@ mariaDB:
serviceName: unguard-mariadb
password: mariadb-root-password


# Malicious load generator
maliciousLoadGenerator:
enabled: false
@@ -52,7 +51,7 @@ maliciousLoadGenerator:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-malicious-load-generator
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent
ports:
containerPort: 8083
@@ -110,7 +109,7 @@ userSimulator:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-user-simulator
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent

env:
@@ -141,7 +140,7 @@ membershipService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-membership-service
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent
ports:
containerPort: 8083
@@ -171,7 +170,7 @@ userAuthService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-user-auth-service
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent
ports:
containerPort: 9091
@@ -206,7 +205,7 @@ adService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-ad-service
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent
ports:
containerPort: 8082
@@ -240,7 +239,7 @@ envoyProxy:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-envoy-proxy
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent
ports:
- name: http
@@ -264,7 +263,7 @@ microblogService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-microblog-service
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent
ports:
containerPort: 8080
@@ -317,7 +316,7 @@ statusService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-status-service
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent
ports:
containerPort: 8083
@@ -372,7 +371,7 @@ proxyService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-proxy-service
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent
ports:
containerPort: 8081
@@ -399,7 +398,7 @@ likeService:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-like-service
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent
ports:
containerPort: 8000
@@ -416,7 +415,6 @@ likeService:
name: "{{ .Values.mariaDB.serviceName }}"
key: "{{ .Values.mariaDB.password }}"


# Frontend
frontend:
name: frontend
@@ -433,7 +431,7 @@ frontend:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-frontend
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent
ports:
containerPort: 3000