Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1237 from kinvolk/iaguis/update-webui
Browse files Browse the repository at this point in the history
  • Loading branch information
iaguis authored Dec 3, 2020
2 parents ea1a67f + 6ff3c2d commit 7664d5a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/charts/components/web-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: An easy-to-use and versatile dashboard for Kubernetes brought to yo
type: application

version: 0.1.0
appVersion: 0.1.1
appVersion: 0.1.3
2 changes: 1 addition & 1 deletion assets/charts/components/web-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: quay.io/kinvolk/headlamp
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.1.1
tag: v0.1.3

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions pkg/assets/generated_assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/components/web-ui/component_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ metadata:
helm.sh/chart: headlamp-0.1.0
app.kubernetes.io/name: web-ui
app.kubernetes.io/instance: web-ui
app.kubernetes.io/version: "0.1.1"
app.kubernetes.io/version: "0.1.3"
app.kubernetes.io/managed-by: Helm
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
Expand Down Expand Up @@ -155,7 +155,7 @@ metadata:
helm.sh/chart: headlamp-0.1.0
app.kubernetes.io/name: web-ui
app.kubernetes.io/instance: web-ui
app.kubernetes.io/version: "0.1.1"
app.kubernetes.io/version: "0.1.3"
app.kubernetes.io/managed-by: Helm
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
Expand Down
1 change: 0 additions & 1 deletion pkg/components/web-ui/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ nodeSelector:
beta.kubernetes.io/os: linux
image:
repository: quay.io/kinvolk/lokomotive-web-ui
tag: v0.1.1
pullPolicy: Always
securityContext:
capabilities:
Expand Down

0 comments on commit 7664d5a

Please sign in to comment.