From 8ae59466c2f30c4394c29aad6327c052270c334d Mon Sep 17 00:00:00 2001 From: "Daniel J." Date: Tue, 15 Oct 2024 09:52:53 +0200 Subject: [PATCH] Fix photon default values (#25) * Update values.yaml * Update Chart.yaml --- charts/priobike-photon/Chart.yaml | 2 +- charts/priobike-photon/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/priobike-photon/Chart.yaml b/charts/priobike-photon/Chart.yaml index 750c14b..6ddad39 100644 --- a/charts/priobike-photon/Chart.yaml +++ b/charts/priobike-photon/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/priobike-photon/values.yaml b/charts/priobike-photon/values.yaml index 784a913..7e063dd 100644 --- a/charts/priobike-photon/values.yaml +++ b/charts/priobike-photon/values.yaml @@ -4,4 +4,4 @@ deploymentName: priobike-photon-deployment containerName: priobike-photon-container serviceName: priobike-photon-service labels: - app: priobike-cache-app + app: priobike-photon-app