From 72a77fd1671641629c824ce9c7a943f38933d2bc Mon Sep 17 00:00:00 2001 From: firmansyahn <80936459+firmansyahn@users.noreply.github.com> Date: Thu, 9 Jun 2022 15:21:56 +0700 Subject: [PATCH] Bump version to v0.1.3 --- charts/adminer/Chart.yaml | 4 ++-- charts/adminer/values.yaml | 31 ++++++++++++++++++++++++------- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/charts/adminer/Chart.yaml b/charts/adminer/Chart.yaml index ee3c93cf..733c3c90 100644 --- a/charts/adminer/Chart.yaml +++ b/charts/adminer/Chart.yaml @@ -13,7 +13,7 @@ description: Adminer is a full-featured database management tool written in PHP. is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB home: https://github.com/startechnica/apps/tree/main/charts/adminer -icon: https://raw.githubusercontent.com/Kong/docker-official-docs/master/adminer/logo.png +icon: https://www.adminer.org/static/images/logo.png keywords: - adminer - postgres @@ -31,4 +31,4 @@ name: adminer sources: - https://www.adminer.org type: application -version: 0.1.2 +version: 0.1.3 diff --git a/charts/adminer/values.yaml b/charts/adminer/values.yaml index d6cc633d..473bc491 100644 --- a/charts/adminer/values.yaml +++ b/charts/adminer/values.yaml @@ -354,7 +354,7 @@ containerSecurityContext: # memory: 128Mi resources: limits: - cpu: 2000m + cpu: 1000m memory: 1Gi requests: cpu: 50m @@ -445,6 +445,29 @@ extraEnvVarsCM: "" ## extraEnvVarsSecret: "" +## @param affinity Affinity for Adminer pods assignment +## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity +## Note: podAffinityPreset, podAntiAffinityPreset, and nodeAffinityPreset will be ignored when it's set +## +affinity: {} +## @param nodeSelector Node labels for Adminer pods assignment +## Ref: https://kubernetes.io/docs/user-guide/node-selection/ +## +nodeSelector: {} +## @param tolerations Tolerations for Adminer pods assignment +## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ +## +tolerations: [] +## @param topologySpreadConstraints Topology Spread Constraints for Adminer pods assignment +## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/ +## E.g. +## topologySpreadConstraints: +## - maxSkew: 1 +## topologyKey: topology.kubernetes.io/zone +## whenUnsatisfiable: DoNotSchedule +## +topologySpreadConstraints: {} + ## @section RBAC parameter # @@ -484,12 +507,6 @@ rbac: ## rules: [] -nodeSelector: {} - -tolerations: [] - -affinity: {} - istio: enabled: false clusterName: cluster.local