From 51fac256ee67b444306564625a0ab504b8786df9 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Tue, 4 Mar 2025 09:06:29 +0100 Subject: [PATCH] Rename Helm chart values files for better clarity Rename `values_helmChart__passive.yaml` to `values_helmChart__backup.yaml` and `values_helmChart.yaml` to `values_helmChart__primary.yaml`. These changes improve file clarity by explicitly indicating the purpose of each values file. The primary configuration is now more identifiable with its new name, while the backup file is clearly designated, reducing confusion for future updates and maintenance. There are no breaking changes associated with these renames. --- values_helmChart__passive.yaml => values_helmChart__backup.yaml | 0 values_helmChart.yaml => values_helmChart__primary.yaml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename values_helmChart__passive.yaml => values_helmChart__backup.yaml (100%) rename values_helmChart.yaml => values_helmChart__primary.yaml (100%) diff --git a/values_helmChart__passive.yaml b/values_helmChart__backup.yaml similarity index 100% rename from values_helmChart__passive.yaml rename to values_helmChart__backup.yaml diff --git a/values_helmChart.yaml b/values_helmChart__primary.yaml similarity index 100% rename from values_helmChart.yaml rename to values_helmChart__primary.yaml