mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Release 0.0.8
This commit is contained in:
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -19,6 +19,12 @@ jobs:
|
|||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
- name: git cleanup
|
- name: git cleanup
|
||||||
run: git clean -f
|
run: git clean -f
|
||||||
|
- name: Inject version
|
||||||
|
uses: jacobtomlinson/gha-find-replace@v2
|
||||||
|
with:
|
||||||
|
find: 'v0.0.0'
|
||||||
|
replace: ${{ github.ref_name }}
|
||||||
|
include: "pkg/dashboard/static/datadog.js"
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
applicationId: 'e75439e5-e1b3-46ba-a9e9-a2e58579a2e2',
|
applicationId: 'e75439e5-e1b3-46ba-a9e9-a2e58579a2e2',
|
||||||
site: 'datadoghq.com',
|
site: 'datadoghq.com',
|
||||||
service: 'helm-dashboard',
|
service: 'helm-dashboard',
|
||||||
version: '0.0.6',
|
version: 'v0.0.0',
|
||||||
trackInteractions: true,
|
trackInteractions: true,
|
||||||
trackResources: true,
|
trackResources: true,
|
||||||
trackLongTasks: true,
|
trackLongTasks: true,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: "dashboard"
|
name: "dashboard"
|
||||||
version: "0.0.6"
|
version: "0.0.8"
|
||||||
usage: "A simplified way of working with Helm"
|
usage: "A simplified way of working with Helm"
|
||||||
description: "View HELM situation in nice web UI"
|
description: "View HELM situation in nice web UI"
|
||||||
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"
|
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"
|
||||||
|
|||||||
Reference in New Issue
Block a user