diff --git a/chart/Chart.yaml b/chart/Chart.yaml index cfb27f47..80f30e83 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,9 +2,9 @@ annotations: licenses: Apache-2.0 apiVersion: v2 name: unguard -version: 0.8.0 +version: 0.8.1 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.8.0 +appVersion: 0.8.1 diff --git a/chart/README.md b/chart/README.md index 3015f2e6..71ff31b0 100644 --- a/chart/README.md +++ b/chart/README.md @@ -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.8.0 +helm install unguard oci://ghcr.io/dynatrace-oss/unguard/chart/unguard --version 0.8.1 ``` ## Parameters diff --git a/chart/values.yaml b/chart/values.yaml index 7bfaf436..5ed0cc80 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -48,7 +48,7 @@ maliciousLoadGenerator: container: image: repository: ghcr.io/dynatrace-oss/unguard/unguard-malicious-load-generator - tag: 0.8.0 + tag: 0.8.1 pullPolicy: IfNotPresent ports: containerPort: 8083 @@ -72,7 +72,7 @@ profileService: container: image: repository: ghcr.io/dynatrace-oss/unguard/unguard-profile-service - tag: 0.8.0 + tag: 0.8.1 pullPolicy: IfNotPresent ports: containerPort: 8080 @@ -106,7 +106,7 @@ userSimulator: container: image: repository: ghcr.io/dynatrace-oss/unguard/unguard-user-simulator - tag: 0.8.0 + tag: 0.8.1 pullPolicy: IfNotPresent env: @@ -137,7 +137,7 @@ membershipService: container: image: repository: ghcr.io/dynatrace-oss/unguard/unguard-membership-service - tag: 0.8.0 + tag: 0.8.1 pullPolicy: IfNotPresent ports: containerPort: 8083 @@ -167,7 +167,7 @@ userAuthService: container: image: repository: ghcr.io/dynatrace-oss/unguard/unguard-user-auth-service - tag: 0.8.0 + tag: 0.8.1 pullPolicy: IfNotPresent ports: containerPort: 9091 @@ -202,7 +202,7 @@ adService: container: image: repository: ghcr.io/dynatrace-oss/unguard/unguard-ad-service - tag: 0.8.0 + tag: 0.8.1 pullPolicy: IfNotPresent ports: containerPort: 8082 @@ -236,7 +236,7 @@ envoyProxy: container: image: repository: ghcr.io/dynatrace-oss/unguard/unguard-envoy-proxy - tag: 0.8.0 + tag: 0.8.1 pullPolicy: IfNotPresent ports: - name: http @@ -260,7 +260,7 @@ microblogService: container: image: repository: ghcr.io/dynatrace-oss/unguard/unguard-microblog-service - tag: 0.8.0 + tag: 0.8.1 pullPolicy: IfNotPresent ports: containerPort: 8080 @@ -313,7 +313,7 @@ statusService: container: image: repository: ghcr.io/dynatrace-oss/unguard/unguard-status-service - tag: 0.8.0 + tag: 0.8.1 pullPolicy: IfNotPresent ports: containerPort: 8083 @@ -363,7 +363,7 @@ proxyService: container: image: repository: ghcr.io/dynatrace-oss/unguard/unguard-proxy-service - tag: 0.8.0 + tag: 0.8.1 pullPolicy: IfNotPresent ports: containerPort: 8081 @@ -390,7 +390,7 @@ frontend: container: image: repository: ghcr.io/dynatrace-oss/unguard/unguard-frontend - tag: 0.8.0 + tag: 0.8.1 pullPolicy: IfNotPresent ports: containerPort: 3000