Skip to content

Commit

Permalink
Merge pull request #26 from johnbelamaric/pv-pvs-viewers
Browse files Browse the repository at this point in the history
Update Nephio WebUI to use the latest build
  • Loading branch information
johnbelamaric authored May 30, 2023
2 parents 68883c8 + 244703a commit c9113a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nephio-webui/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data:
# Content Security Policy
csp:
# Allows images to be pulled from GitHub and Nepio
img-src: ["'self'", 'data:', 'https://raw.githubusercontent.com', 'https://nephio.org']
img-src: ["'self'", 'data:']
# Config as Data Plugin configuration
configAsData:
Expand All @@ -35,5 +35,5 @@ data:
branding:
title: Nephio
header:
logoUrl: https://raw.githubusercontent.com/nephio-project/one-summit-22-workshop/main/images/nephio_logo_colorwhite_horizontal.svg
backgroundImageUrl: https://nephio.org/wp-content/uploads/sites/6/2022/04/Hero-1.png
logoUrl: http://localhost:7007/nephio_logo_colorwhite_horizontal.svg
backgroundImageUrl: http://localhost:7007/nephio-background.png
2 changes: 1 addition & 1 deletion nephio-webui/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: main
image: gcr.io/kpt-dev/kpt-backstage-plugins/backstage-plugin-cad:nephio
image: nephio/kpt-backstage-plugins:latest
imagePullPolicy: Always
args:
- "--config"
Expand Down

0 comments on commit c9113a2

Please sign in to comment.