Skip to content

Commit

Permalink
Sync manifest v0.6 branch (#220)
Browse files Browse the repository at this point in the history
* Copy istio to its own package (#205)

* move istio to its own package

* put back gcp/istio*

* make ClusterRbacConfig configurable (#209)

* remove istio from gcp (#212)

* update jupyter web app image (#214)

* Update OWNERS (#215)

* add metadata OWNERS (#218)
  • Loading branch information
kunmingg authored and k8s-ci-robot committed Jul 18, 2019
1 parent 5ce477e commit 0358a9e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ approvers:
- kkasravi
- kunmingg
- lluunn
- richardsliu
- swiftdiaries
- yanniszark
2 changes: 1 addition & 1 deletion jupyter/jupyter-web-app/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commonLabels:
images:
- name: gcr.io/kubeflow-images-public/jupyter-web-app
newName: gcr.io/kubeflow-images-public/jupyter-web-app
newTag: 6f790f8
newTag: e8a8a6f
configMapGenerator:
- name: parameters
env: params.env
Expand Down
5 changes: 5 additions & 0 deletions metadata/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
approvers:
- neuromage
- prodonjs
- rileyjbauer
- zhenghuiwang
2 changes: 1 addition & 1 deletion tests/jupyter-web-app-base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ commonLabels:
images:
- name: gcr.io/kubeflow-images-public/jupyter-web-app
newName: gcr.io/kubeflow-images-public/jupyter-web-app
newTag: 6f790f8
newTag: e8a8a6f
configMapGenerator:
- name: parameters
env: params.env
Expand Down
2 changes: 1 addition & 1 deletion tests/jupyter-web-app-overlays-application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ commonLabels:
images:
- name: gcr.io/kubeflow-images-public/jupyter-web-app
newName: gcr.io/kubeflow-images-public/jupyter-web-app
newTag: 6f790f8
newTag: e8a8a6f
configMapGenerator:
- name: parameters
env: params.env
Expand Down
2 changes: 1 addition & 1 deletion tests/jupyter-web-app-overlays-istio_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ commonLabels:
images:
- name: gcr.io/kubeflow-images-public/jupyter-web-app
newName: gcr.io/kubeflow-images-public/jupyter-web-app
newTag: 6f790f8
newTag: e8a8a6f
configMapGenerator:
- name: parameters
env: params.env
Expand Down

0 comments on commit 0358a9e

Please sign in to comment.