From fef14a13238442b925467bd25c244a2a07c9e356 Mon Sep 17 00:00:00 2001 From: jessebot Date: Tue, 26 Mar 2024 14:57:59 +0100 Subject: [PATCH] make configmap volume mount 0755 for RWX-R_X-R_X so we can run the script --- charts/netmaker/Chart.yaml | 2 +- charts/netmaker/README.md | 2 +- charts/netmaker/templates/netmaker-admin-user-job.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/netmaker/Chart.yaml b/charts/netmaker/Chart.yaml index cd4dd24..d8b53d8 100644 --- a/charts/netmaker/Chart.yaml +++ b/charts/netmaker/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.11.4 +version: 0.11.5 # 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/netmaker/README.md b/charts/netmaker/README.md index 9c4b511..32b61db 100644 --- a/charts/netmaker/README.md +++ b/charts/netmaker/README.md @@ -1,6 +1,6 @@ # netmaker -![Version: 0.11.4](https://img.shields.io/badge/Version-0.11.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.23.0](https://img.shields.io/badge/AppVersion-v0.23.0-informational?style=flat-square) +![Version: 0.11.5](https://img.shields.io/badge/Version-0.11.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.23.0](https://img.shields.io/badge/AppVersion-v0.23.0-informational?style=flat-square) A Helm chart to run HA Netmaker on Kubernetes diff --git a/charts/netmaker/templates/netmaker-admin-user-job.yaml b/charts/netmaker/templates/netmaker-admin-user-job.yaml index ee08584..b95a0df 100644 --- a/charts/netmaker/templates/netmaker-admin-user-job.yaml +++ b/charts/netmaker/templates/netmaker-admin-user-job.yaml @@ -18,6 +18,7 @@ spec: - name: admin-script configMap: name: setup-initial-user-job-script + defaultMode: 0755 containers: - name: setup-initial-user image: curlimages/curl:latest