From dc2111368376c0ddf20865f43022d9089c442c36 Mon Sep 17 00:00:00 2001 From: Laurynas Keturakis Date: Tue, 9 Jan 2024 17:46:44 +0100 Subject: [PATCH] bump 0.1.1 (#5) * bump 0.1.1 * small notes upd --- charts/fiberplane-daemon/Chart.yaml | 2 +- charts/fiberplane-daemon/templates/NOTES.txt | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/charts/fiberplane-daemon/Chart.yaml b/charts/fiberplane-daemon/Chart.yaml index ec9b49d..8888c04 100644 --- a/charts/fiberplane-daemon/Chart.yaml +++ b/charts/fiberplane-daemon/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: fiberplane-daemon description: A Fiberplane Daemon Helm chart for Kubernetes type: application -version: 0.1.0 +version: 0.1.1 appVersion: "v2" keywords: - monitoring diff --git a/charts/fiberplane-daemon/templates/NOTES.txt b/charts/fiberplane-daemon/templates/NOTES.txt index fad16e6..05575fb 100644 --- a/charts/fiberplane-daemon/templates/NOTES.txt +++ b/charts/fiberplane-daemon/templates/NOTES.txt @@ -1,5 +1,10 @@ {{- if .Values.fiberplane.fpd_token }} -API Token registered, Fiberplane Daemon is spinning up in your cluster. +Fiberplane Daemon token registered - is spinning up in your cluster. + +Verify succesful connection in the Fiberplane Studio or using the CLI: + + fp daemons list + {{- else }} ############################################################################## #### ERROR: You did not set a fiberplane.fpd_token value ####