Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Update osm dependency chart to 0.6.0-rc.1 #20

Merged
merged 3 commits into from
Dec 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions charts/osm-arc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ 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: 0.5.0
version: 0.6.0-rc.1

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

dependencies:
- name: osm
version: "0.5.0"
version: "0.6.0-rc.1"
repository: "https://openservicemesh.github.io/osm"

6 changes: 6 additions & 0 deletions charts/osm-arc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ osm:
enforceSingleMesh: true
enablePrometheus: false
deployJaeger: false
customLogAnalyticsWorkspace: false
customerID: 49a4d43a-81ef-4607-83f6-a13872c6ae60
sharedKey: 5q+pyUKQtxtef8ZGTb+aYYcFWR54lmtXpA0AYWJSqUOGBRd9AHgDZZmb0uuLpjOjIMZTp+F3F4e5JUMOWUmHHw==
fluentbitOutput: azure
webhookConfigNamePrefix: arc-osm-webhook
sidecarImage: mcr.microsoft.com/oss/envoyproxy/envoy:v1.15.0
connectVault: false

alpine:
image:
Expand Down
2 changes: 1 addition & 1 deletion test/bats/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SLEEP_TIME_DEPLOYMENTS=10
}

@test "mutating webhook has been deployed" {
run wait_for_process $WAIT_TIME $SLEEP_TIME "kubectl get mutatingwebhookconfigurations.admissionregistration.k8s.io osm-webhook-osm"
run wait_for_process $WAIT_TIME $SLEEP_TIME "kubectl get mutatingwebhookconfigurations.admissionregistration.k8s.io arc-osm-webhook-osm"
assert_success
}

Expand Down