Skip to content

Commit

Permalink
🔖 chore: Bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
W3D3 committed May 15, 2024
1 parent b2e48f6 commit 6580767
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 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.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
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.1
helm install unguard oci://ghcr.io/dynatrace-oss/unguard/chart/unguard --version 0.9.2
```
## Parameters
Expand Down
40 changes: 19 additions & 21 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ mariaDB:
serviceName: unguard-mariadb
password: mariadb-root-password


# Malicious load generator
maliciousLoadGenerator:
enabled: false
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -182,7 +181,7 @@ userAuthService:
secretKeyRef:
name: "{{ .Values.mariaDB.serviceName }}"
key: "{{ .Values.mariaDB.password }}"
JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment
JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment

Check failure on line 184 in chart/values.yaml

View workflow job for this annotation

GitHub Actions / lint-build-run-test-unguard

184:34 [comments] too few spaces before comment
JAEGER_SAMPLER_TYPE: const
JAEGER_SAMPLER_PARAM: 0
JAEGER_DISABLED: true
Expand All @@ -206,12 +205,12 @@ 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
env:
JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment
JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment

Check failure on line 213 in chart/values.yaml

View workflow job for this annotation

GitHub Actions / lint-build-run-test-unguard

213:34 [comments] too few spaces before comment
JAEGER_SAMPLER_TYPE: const
JAEGER_SAMPLER_PARAM: 0
JAEGER_DISABLED: true
Expand Down Expand Up @@ -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
Expand All @@ -264,13 +263,13 @@ 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
env:
SERVER_PORT: 8080
JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment
JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment

Check failure on line 272 in chart/values.yaml

View workflow job for this annotation

GitHub Actions / lint-build-run-test-unguard

272:34 [comments] too few spaces before comment
JAEGER_SAMPLER_TYPE: const
JAEGER_SAMPLER_PARAM: 0
OPENTRACING_JAEGER_ENABLED: false
Expand Down Expand Up @@ -317,15 +316,15 @@ 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
env:
SERVER_PORT: 8083
API_PATH: /status-service
KUBERNETES_NAMESPACE: unguard
IGNORED_DEPLOYMENTS: unguard-user-simulator # add deployments to ignore separated by spaces
IGNORED_DEPLOYMENTS: unguard-user-simulator # add deployments to ignore separated by spaces

Check failure on line 327 in chart/values.yaml

View workflow job for this annotation

GitHub Actions / lint-build-run-test-unguard

327:53 [comments] too few spaces before comment
MARIADB_SERVICE: "{{ .Values.mariaDB.serviceName }}"
MARIADB_PASSWORD:
secretKeyRef:
Expand All @@ -348,7 +347,7 @@ proxyService:
role:
name: proxy-role
rules:
- apiGroups: [""] # "" indicates the core API group
- apiGroups: [""] # "" indicates the core API group

Check failure on line 350 in chart/values.yaml

View workflow job for this annotation

GitHub Actions / lint-build-run-test-unguard

350:25 [comments] too few spaces before comment
resources: ["pods"]
verbs: ["create", "list", "get"]
- apiGroups: [""]
Expand All @@ -372,13 +371,13 @@ 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
env:
SERVER_PORT: 8081
JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment
JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment

Check failure on line 380 in chart/values.yaml

View workflow job for this annotation

GitHub Actions / lint-build-run-test-unguard

380:34 [comments] too few spaces before comment
JAEGER_SAMPLER_TYPE: const
JAEGER_SAMPLER_PARAM: 0
OPENTRACING_JAEGER_ENABLED: false
Expand All @@ -399,12 +398,12 @@ 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
env:
JAEGER_COLLECTOR_HOST: collector # PHP OpenTelemetry sends data to jaeger-collector instead of jaeger-agent
JAEGER_COLLECTOR_HOST: collector # PHP OpenTelemetry sends data to jaeger-collector instead of jaeger-agent

Check failure on line 406 in chart/values.yaml

View workflow job for this annotation

GitHub Actions / lint-build-run-test-unguard

406:42 [comments] too few spaces before comment
JAEGER_DISABLED: true
JAEGER_PORT: 4318
SERVICE_NAME: unguard-like-service
Expand All @@ -416,7 +415,6 @@ likeService:
name: "{{ .Values.mariaDB.serviceName }}"
key: "{{ .Values.mariaDB.password }}"


# Frontend
frontend:
name: frontend
Expand All @@ -433,12 +431,12 @@ frontend:
container:
image:
repository: ghcr.io/dynatrace-oss/unguard/unguard-frontend
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent
ports:
containerPort: 3000
env:
JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment
JAEGER_AGENT_HOST: agent # change depending on your jaeger deployment

Check failure on line 439 in chart/values.yaml

View workflow job for this annotation

GitHub Actions / lint-build-run-test-unguard

439:34 [comments] too few spaces before comment
JAEGER_SAMPLER_TYPE: const
JAEGER_SAMPLER_PARAM: 0
JAEGER_DISABLED: true
Expand Down

0 comments on commit 6580767

Please sign in to comment.