From 613deb0cd33cf3bf7b3b883dd1bb01e89cc9cfac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=CE=B9c=D0=BDola=D1=95=20w=CE=B9lde?= Date: Wed, 30 Jun 2021 03:54:57 +0000 Subject: [PATCH] [diun] Bump tag to 4.19.0 - Bump common to 0.1.13 - Simplify values.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nιcнolaѕ wιlde --- charts/diun/Chart.yaml | 15 ++++++++++----- charts/diun/README.md | 4 ++-- charts/diun/values.yaml | 33 +++++++++++++-------------------- 3 files changed, 25 insertions(+), 27 deletions(-) diff --git a/charts/diun/Chart.yaml b/charts/diun/Chart.yaml index 0ac5c865..8f063a90 100644 --- a/charts/diun/Chart.yaml +++ b/charts/diun/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v2 -appVersion: 4.17.0 -version: 0.3.0 +appVersion: 4.19.0 +version: 1.0.0 name: diun description: Docker image update notifier type: application @@ -9,7 +9,7 @@ home: "https://github.com/nicholaswilde/helm-charts/tree/main/charts/diun" icon: "https://raw.githubusercontent.com/crazy-max/diun/master/.res/diun.png" dependencies: - name: common - version: ~0.1.8 + version: ~0.1.13 repository: https://nicholaswilde.github.io/helm-charts/ keywords: - docker @@ -25,7 +25,12 @@ maintainers: email: ncwilde43@gmail.com annotations: artifacthub.io/changes: | - - Bump tag to 4.17.0 + - kind: changed + description: Bump tag to 4.19.0 + - kind: changed + description: Bump common to 0.1.13 + - kind: changed + description: Simplify values.yaml artifacthub.io/images: | - name: diun - image: ghcr.io/crazy-max/diun:4.17.0 + image: ghcr.io/crazy-max/diun:4.19.0 diff --git a/charts/diun/README.md b/charts/diun/README.md index 7f36741b..0c869742 100644 --- a/charts/diun/README.md +++ b/charts/diun/README.md @@ -1,6 +1,6 @@ # diun -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.17.0](https://img.shields.io/badge/AppVersion-4.17.0-informational?style=flat-square) +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.19.0](https://img.shields.io/badge/AppVersion-4.19.0-informational?style=flat-square) Docker image update notifier @@ -8,7 +8,7 @@ Docker image update notifier | Repository | Name | Version | |------------|------|---------| -| https://nicholaswilde.github.io/helm-charts/ | common | ~0.1.8 | +| https://nicholaswilde.github.io/helm-charts/ | common | ~0.1.13 | ## TL;DR ```console diff --git a/charts/diun/values.yaml b/charts/diun/values.yaml index b2eaa3fc..8a7b3e30 100644 --- a/charts/diun/values.yaml +++ b/charts/diun/values.yaml @@ -1,21 +1,25 @@ --- -# Default values for Diun -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. +# +# IMPORTANT NOTE +# +# This chart inherits from our common library chart. You can check the default values/options here: +# https://github.com/nicholaswilde/helm-charts/tree/main/charts/common/values.yaml +# + image: repository: ghcr.io/crazy-max/diun pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: "4.17.0" + tag: "4.19.0" secret: {} # DIUN_NOTIF_GOTIFY_TOKEN: "" service: enabled: false + +# See more environment variables in the diun documentation # https://crazymax.dev/diun/config/ env: - # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones TZ: "America/Los_Angeles" LOG_LEVEL: "info" LOG_JSON: "false" @@ -27,6 +31,7 @@ env: DIUN_NOTIF_GOTIFY_TIMEOUT: "10s" # Kubernetes DIUN_PROVIDERS_KUBERNETES: "true" + rbac: rules: - apiGroups: @@ -37,26 +42,14 @@ rbac: - get - watch - list + persistence: data: enabled: false emptyDir: false mountPath: /data - ## Template downloads data Persistent Volume Storage Class - ## If defined, storageClassName: - ## If set to "-", storageClassName: "", which disables dynamic provisioning - ## If undefined (the default) or set to null, no storageClassName spec is - ## set, choosing the default provisioner. (gp2 on AWS, standard on - ## GKE, AWS & OpenStack) - ## - # storageClass: "-" - ## - ## If you want to reuse an existing claim, you can pass the name of the PVC using - ## the existingClaim variable - # existingClaim: your-claim accessMode: ReadWriteOnce size: 1Gi - ## Do not delete the pvc upon helm uninstall - skipuninstall: false + serviceAccount: create: true