Skip to content

Commit

Permalink
fix chart to point at correct docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikDK committed Aug 31, 2022
1 parent db83fa2 commit f649b91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/skooner-lite/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: skooner-lite
appVersion: "1.0.1"
version: 1.0.1
appVersion: "1.0.2"
version: 1.0.2
description: Read Only version of the Skooner kubernetes dashboard for look but don't touch access.
type: application
2 changes: 1 addition & 1 deletion charts/skooner-lite/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serviceAccount:
name: ""

image:
url: "henrikdk/kong-portal-ui:20220621-057288b"
url: "henrikdk/skooner-lite:20220831-f28d659"
pullPolicy: IfNotPresent

# Optional list of namespace prefixes that will be accessible from this instance, usefull when running multiple instances of skooner lite.
Expand Down

0 comments on commit f649b91

Please sign in to comment.