Files
ohayodash/charts/ohayodash
2025-08-16 12:24:38 +01:00
..
2021-12-23 18:05:01 +00:00
2021-12-24 06:16:15 +00:00
2025-08-16 12:24:38 +01:00
2021-12-24 07:12:09 +00:00
2021-12-24 07:12:09 +00:00
2023-03-12 07:10:46 +00:00
2021-12-24 07:12:09 +00:00
2025-08-16 12:24:38 +01:00

ohayodash

Version: 0.4.0 AppVersion: 0.4.0

Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Source Code

Requirements

Kubernetes: >=1.16.0-0

Dependencies

Repository Name Version
https://nikdoof.github.io/helm-charts/ common 4.5.3

TL;DR

helm repo add ohayodash https://nikdoof.github.io/ohayodash/
helm repo update
helm install ohayodash ohayodash/ohayodash

Installing the Chart

To install the chart with the release name ohayodash

helm install ohayodash ohayodash/ohayodash

Uninstalling the Chart

To uninstall the ohayodash deployment

helm uninstall ohayodash

The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

helm install ohayodash \
  --set env.TZ="Europe/London"\
    ohayodash/ohayodash

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install ohayodash ohayodash/ohayodash -f values.yaml

Custom configuration

Values

Important: When deploying an application Helm chart you can add more values from our common library chart here

Key Type Default Description
env object See below environment variables.
env.TZ string "UTC" Set the container timezone
image.pullPolicy string "IfNotPresent" image pull policy
image.repository string "ghcr.io/nikdoof/ohayodash" image repository
image.tag string "0.4.0" image tag
ingress.main object See values.yaml Enable and configure ingress settings for the chart under this key.
service object See values.yaml Configures service settings for the chart.
serviceAccount object See below Configures service account needed for reading k8s ingress objects
serviceAccount.create bool true Create service account

Changelog

All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.0]

Added

  • N/A

Changed

  • Updated to use container version 0.4.0 by default

Removed

  • N/A

[0.1.2]

Added

  • Started the Changelog
  • Pinned to 0.1.2 rather than latest

Changed

  • N/A

Removed

  • N/A

Support


Autogenerated from chart metadata using helm-docs v1.5.0