Skip to content

Commit

Permalink
update workload images to final v1.8.0 release
Browse files Browse the repository at this point in the history
Removes the `-rc*` from, pointing instead to the final v1.8.0 releases.
  • Loading branch information
ca-scribner committed Nov 16, 2023
1 parent 8eec240 commit 6dbea81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charms/jupyter-controller/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
type: oci-image
description: 'Backing OCI image'
auto-fetch: true
upstream-source: docker.io/kubeflownotebookswg/notebook-controller:v1.8.0-rc.0
upstream-source: docker.io/kubeflownotebookswg/notebook-controller:v1.8.0
provides:
metrics-endpoint:
interface: prometheus_scrape
Expand Down
2 changes: 1 addition & 1 deletion charms/jupyter-ui/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
oci-image:
type: oci-image
description: 'Backing OCI image'
upstream-source: docker.io/kubeflownotebookswg/jupyter-web-app:v1.8.0-rc.0
upstream-source: docker.io/kubeflownotebookswg/jupyter-web-app:v1.8.0
requires:
ingress:
interface: ingress
Expand Down

0 comments on commit 6dbea81

Please sign in to comment.