Skip to content

Commit

Permalink
Bump version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
firmansyahn authored Jun 9, 2022
1 parent d59fefd commit 72a77fd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/adminer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,4 +31,4 @@ name: adminer
sources:
- https://www.adminer.org
type: application
version: 0.1.2
version: 0.1.3
31 changes: 24 additions & 7 deletions charts/adminer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ containerSecurityContext:
# memory: 128Mi
resources:
limits:
cpu: 2000m
cpu: 1000m
memory: 1Gi
requests:
cpu: 50m
Expand Down Expand Up @@ -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
#

Expand Down Expand Up @@ -484,12 +507,6 @@ rbac:
##
rules: []

nodeSelector: {}

tolerations: []

affinity: {}

istio:
enabled: false
clusterName: cluster.local
Expand Down

0 comments on commit 72a77fd

Please sign in to comment.