Skip to content

Commit

Permalink
Add wanda v2 apis in ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku committed Nov 21, 2023
1 parent 1a1d638 commit f8b56e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/trento-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SPDX-License-Identifier: Apache-2.0
#!BuildTag: trento/trento-server:2.2.0
#!BuildTag: trento/trento-server:2.2.0-build%RELEASE%
#!BuildTag: trento/trento-server:2.2.1
#!BuildTag: trento/trento-server:2.2.1-build%RELEASE%
apiVersion: v2
name: trento-server
description: The trento server chart contains all the components necessary to run a Trento server.
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates
version: 2.2.0
version: 2.2.1-dev1

dependencies:
- name: trento-web
Expand Down
2 changes: 1 addition & 1 deletion charts/trento-server/charts/trento-wanda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.2.0
version: 1.2.1-dev1
2 changes: 2 additions & 0 deletions charts/trento-server/charts/trento-wanda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ ingress:
pathType: ImplementationSpecific
- path: /api/v1/checks
pathType: ImplementationSpecific
- path: /api/v2/checks
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
Expand Down

0 comments on commit f8b56e9

Please sign in to comment.