From 6184d70b2ad56a15efb25e30343a5aad36c1ff1b Mon Sep 17 00:00:00 2001 From: wei840222 Date: Wed, 10 Jul 2024 22:23:59 +0800 Subject: [PATCH] fix chart bug --- charts/argocd-extensions-pod-files/Chart.yaml | 2 +- charts/argocd-extensions-pod-files/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argocd-extensions-pod-files/Chart.yaml b/charts/argocd-extensions-pod-files/Chart.yaml index 521529f..5f71808 100644 --- a/charts/argocd-extensions-pod-files/Chart.yaml +++ b/charts/argocd-extensions-pod-files/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: 1.0.0 +version: 1.0.1 # 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/argocd-extensions-pod-files/values.yaml b/charts/argocd-extensions-pod-files/values.yaml index 39dbec7..ee42527 100644 --- a/charts/argocd-extensions-pod-files/values.yaml +++ b/charts/argocd-extensions-pod-files/values.yaml @@ -18,7 +18,7 @@ serviceAccount: # Specifies whether a service account should be created create: true # Automatically mount a ServiceAccount's API credentials? - automount: false + automount: true # Annotations to add to the service account annotations: {} # The name of the service account to use.