Skip to content

Commit

Permalink
feat(chart): update web, auth images and bump chart (#8763)
Browse files Browse the repository at this point in the history
* update web, auth images and bump chart

* lint scss
  • Loading branch information
floreks authored Mar 7, 2024
1 parent ff47b13 commit dbe7a46
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/cd-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,8 @@ jobs:
with:
version: v3.12.1
- uses: helm/chart-testing-action@v2.6.1
- id: list-changed
run: |
changed=$(ct list-changed --config=.ct.yml --target-branch ${{ github.event.repository.default_branch }})
if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
- if: steps.list-changed.outputs.changed == 'true'
run: ct lint --config=.ct.yml --target-branch ${{ github.event.repository.default_branch }}
- if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.9.0
- run: ct lint --config=.ct.yml --target-branch ${{ github.event.repository.default_branch }}
- uses: helm/kind-action@v1.9.0
with:
node_image: kindest/node:v1.29.0
- if: steps.list-changed.outputs.changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion charts/kubernetes-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

apiVersion: v2
name: kubernetes-dashboard
version: 7.1.0
version: 7.1.1
description: General-purpose web UI for Kubernetes clusters
keywords:
- kubernetes
Expand Down
4 changes: 2 additions & 2 deletions charts/kubernetes-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ auth:
role: auth
image:
repository: docker.io/kubernetesui/dashboard-auth
tag: 1.1.0
tag: 1.1.1
scaling:
replicas: 1
revisionHistoryLimit: 10
Expand Down Expand Up @@ -211,7 +211,7 @@ web:
role: web
image:
repository: docker.io/kubernetesui/dashboard-web
tag: 1.2.1
tag: 1.2.2
scaling:
replicas: 1
revisionHistoryLimit: 10
Expand Down
2 changes: 1 addition & 1 deletion modules/web/src/chrome/userpanel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

.username {
font-size: $caption-font-size-base;
margin-top: .5 * $baseline-grid;
margin-top: 0.5 * $baseline-grid;
}

.method {
Expand Down

0 comments on commit dbe7a46

Please sign in to comment.