diff --git a/charts/stable/gatus/Chart.yaml b/charts/stable/gatus/Chart.yaml index a474fa7c..9e5f5791 100644 --- a/charts/stable/gatus/Chart.yaml +++ b/charts/stable/gatus/Chart.yaml @@ -5,7 +5,7 @@ description: A developer-oriented health dashboard that gives you the ability to icon: https://github.com/TwiN/gatus/raw/master/.github/assets/logo-with-dark-text.png home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/gatus name: gatus -version: 1.0.0 +version: 1.0.1 kubeVersion: ">=1.16.0-0" sources: - https://github.com/TwiN/gatus @@ -18,5 +18,5 @@ dependencies: version: 4.4.2 annotations: artifacthub.io/changes: |- - - kind: added - description: Initial version + - kind: modified + description: fix configmap diff --git a/charts/stable/gatus/README.md b/charts/stable/gatus/README.md index 88740225..a63ffbe5 100644 --- a/charts/stable/gatus/README.md +++ b/charts/stable/gatus/README.md @@ -1,6 +1,6 @@ # gatus -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: v3.8.0](https://img.shields.io/badge/AppVersion-v3.8.0-informational?style=flat-square) +![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: v3.8.0](https://img.shields.io/badge/AppVersion-v3.8.0-informational?style=flat-square) A developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP, and even DNS queries. @@ -88,11 +88,11 @@ N/A ## Changelog -### Version 1.0.0 +### Version 1.0.1 #### Added -* Initial version +N/A #### Changed diff --git a/charts/stable/gatus/templates/common.yaml b/charts/stable/gatus/templates/common.yaml index 7a50239b..4eaf8a0c 100644 --- a/charts/stable/gatus/templates/common.yaml +++ b/charts/stable/gatus/templates/common.yaml @@ -14,10 +14,8 @@ persistence: config: enabled: true - type: "configMap" + type: configMap name: "{{ include "common.names.fullname" . }}-config" - mountPath: "/www/assets/config.yml" - subPath: "config.yml" {{- end }} {{- end -}} {{- $_ := mergeOverwrite .Values (include "gatus.harcodedValues" . | fromYaml) -}} diff --git a/charts/stable/gatus/values.yaml b/charts/stable/gatus/values.yaml index 894c54a4..f45e1411 100644 --- a/charts/stable/gatus/values.yaml +++ b/charts/stable/gatus/values.yaml @@ -37,14 +37,9 @@ ingress: # -- Configure persistence settings for the chart under this key. # @default -- See values.yaml persistence: - config: - enabled: "true" - mountPath: "/config/config.yaml" - subPath: "config.yaml" - type: "custom" - volumeSpec: - configMap: - name: gatus-config + data: + enabled: true + type: emptyDir configmap: config: