Skip to content

Commit 52c293c

Browse files
committed
updated to 0.6.0-rc.1 and edited values.yaml
1 parent 98b9a32 commit 52c293c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

charts/osm-arc/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.5.0
18+
version: 0.6.0-rc.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: v0.5.0
23+
appVersion: v0.6.0-rc.1
2424

2525
dependencies:
2626
- name: osm
27-
version: "0.5.0"
27+
version: "0.6.0-rc.1"
2828
repository: "https://openservicemesh.github.io/osm"

charts/osm-arc/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ osm:
2525
fluentbitOutput: azure
2626
webhookConfigNamePrefix: arc-osm-webhook
2727
sidecarImage: mcr.microsoft.com/oss/envoyproxy/envoy:v1.15.0
28+
connectVault: false
2829

2930
alpine:
3031
image:

0 commit comments

Comments
 (0)