Skip to content

Commit e0c47b4

Browse files
author
Krzysztof Romanowski
committed
kubeflow-0.5.0-rc.3
1 parent 7ab9ddc commit e0c47b4

21 files changed

Lines changed: 24 additions & 24 deletions

charts/kubeflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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-rc.2
18+
version: 0.5.0-rc.3
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

example/helm/app.app-of-apps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: https://github.com/kromanow94/kubeflow-manifests.git
14-
targetRevision: kubeflow-0.5.0-rc.2
14+
targetRevision: kubeflow-0.5.0-rc.3
1515
path: example/helm
1616
directory:
1717
include: "app.*"

example/helm/app.argo-workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
valueFiles:
2121
- $values/example/helm/values.argo-workflows.yaml
2222
- repoURL: https://github.com/kromanow94/kubeflow-manifests.git
23-
targetRevision: kubeflow-0.5.0-rc.2
23+
targetRevision: kubeflow-0.5.0-rc.3
2424
ref: values
2525
syncPolicy:
2626
automated:

example/helm/app.cert-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
valueFiles:
2121
- $values/example/helm/values.cert-manager.yaml
2222
- repoURL: https://github.com/kromanow94/kubeflow-manifests.git
23-
targetRevision: kubeflow-0.5.0-rc.2
23+
targetRevision: kubeflow-0.5.0-rc.3
2424
ref: values
2525
syncPolicy:
2626
automated:

example/helm/app.cluster-local-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
valueFiles:
2121
- $values/example/helm/values.cluster-local-gateway.yaml
2222
- repoURL: https://github.com/kromanow94/kubeflow-manifests.git
23-
targetRevision: kubeflow-0.5.0-rc.2
23+
targetRevision: kubeflow-0.5.0-rc.3
2424
ref: values
2525
syncPolicy:
2626
automated:

example/helm/app.dex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
valueFiles:
2121
- $values/example/helm/values.dex.yaml
2222
- repoURL: https://github.com/kromanow94/kubeflow-manifests.git
23-
targetRevision: kubeflow-0.5.0-rc.2
23+
targetRevision: kubeflow-0.5.0-rc.3
2424
ref: values
2525
syncPolicy:
2626
automated:

example/helm/app.istio-ingressgateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
valueFiles:
2121
- $values/example/helm/values.istio-ingressgateway.yaml
2222
- repoURL: https://github.com/kromanow94/kubeflow-manifests.git
23-
targetRevision: kubeflow-0.5.0-rc.2
23+
targetRevision: kubeflow-0.5.0-rc.3
2424
ref: values
2525
syncPolicy:
2626
automated:

example/helm/app.istiod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
valueFiles:
2121
- $values/example/helm/values.istiod.yaml
2222
- repoURL: https://github.com/kromanow94/kubeflow-manifests.git
23-
targetRevision: kubeflow-0.5.0-rc.2
23+
targetRevision: kubeflow-0.5.0-rc.3
2424
ref: values
2525
ignoreDifferences:
2626
- group: admissionregistration.k8s.io

example/helm/app.knative-namespaces.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
project: default
1414
sources:
1515
- repoURL: https://github.com/kromanow94/kubeflow-manifests.git
16-
targetRevision: kubeflow-0.5.0-rc.2
16+
targetRevision: kubeflow-0.5.0-rc.3
1717
path: example/helm
1818
directory:
1919
include: 'namespace.knative-*'

example/helm/app.kserve.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
valueFiles:
2121
- $values/example/helm/values.kserve.yaml
2222
- repoURL: https://github.com/kromanow94/kubeflow-manifests.git
23-
targetRevision: kubeflow-0.5.0-rc.2
23+
targetRevision: kubeflow-0.5.0-rc.3
2424
ref: values
2525
ignoreDifferences:
2626
- group: admissionregistration.k8s.io

0 commit comments

Comments
 (0)