From 599fb60d5faa27ac2dada70aedcef21e08564562 Mon Sep 17 00:00:00 2001 From: Christoph Wedenig Date: Wed, 23 Oct 2024 16:04:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore:=20Bump=20version=20to=200?= =?UTF-8?q?.9.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/Chart.yaml | 4 ++-- chart/README.md | 2 +- chart/values.yaml | 24 ++++++++++++------------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 3b0e32b3..2f4537c2 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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 diff --git a/chart/README.md b/chart/README.md index 9165ecd3..ec3ef4d7 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.9.3 +helm install unguard oci://ghcr.io/dynatrace-oss/unguard/chart/unguard --version 0.9.4 ``` ## Parameters diff --git a/chart/values.yaml b/chart/values.yaml index b3f53a63..0aeb3b89 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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 @@ -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: @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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