From ca3bf9789f5cc2f4f512a72d238c63913228dae8 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 16 Aug 2025 09:41:56 +0100 Subject: [PATCH] Fix the HTTP port on the chart --- charts/ohayodash/Chart.yaml | 2 +- charts/ohayodash/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/ohayodash/Chart.yaml b/charts/ohayodash/Chart.yaml index 22338dd..01da5f1 100644 --- a/charts/ohayodash/Chart.yaml +++ b/charts/ohayodash/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.6.1 description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps. name: ohayodash -version: 0.6.1 +version: 0.6.2 kubeVersion: ">=1.19.0-0" keywords: - ohayodash diff --git a/charts/ohayodash/values.yaml b/charts/ohayodash/values.yaml index 4cf1a04..ff3ed38 100644 --- a/charts/ohayodash/values.yaml +++ b/charts/ohayodash/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 0.6.0 + tag: 0.6.2 # -- environment variables. # @default -- See below @@ -25,7 +25,7 @@ service: main: ports: http: - port: 80 + port: 8000 # -- Configures service account needed for reading k8s ingress objects # @default -- See below