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.