Skip to content

Commit

Permalink
uprevving metabse version, changing maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Stoddard authored and Liam Stoddard committed Jul 12, 2023
1 parent 6d461d8 commit bfc8693
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
8 changes: 4 additions & 4 deletions charts/metabase/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: metabase
version: 0.0.2
version: 0.0.3
kubeVersion: ">= 1.13.0"
description: A Helm chart for a standalone Metabase with persistence, forked from the original official metabase helm chart.
type: application
Expand All @@ -12,8 +12,8 @@ sources:
- https://github.com/lstod/ocp-helm-charts/charts/metabase
- https://github.com/metabase/metabase
maintainers:
- name: Paul Dittaro
email: [email protected]
appVersion: "v0.44.4"
- name: Liam Stoddard
email: [email protected]
appVersion: "v0.46.6"
deprecated: false
annotations: {}
16 changes: 10 additions & 6 deletions charts/metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ podAnnotations: {}
podLabels: {}
image:
repository: metabase/metabase
tag: v0.44.4
tag: v0.46.6
pullPolicy: IfNotPresent

## String to fully override metabase.fullname template
Expand Down Expand Up @@ -64,7 +64,8 @@ emojiLogging: true
# pluginsDirectory:
# siteUrl:

session: {}
session:
{}
# maxSessionAge:
# sessionCookies:

Expand All @@ -85,7 +86,8 @@ service:
internalPort: 3000
# Used to fix NodePort when service.type: NodePort.
nodePort:
annotations: {}
annotations:
{}
# Used to add custom annotations to the Service.
# service.beta.kubernetes.io/aws-load-balancer-internal: "0.0.0.0/0"
ingress:
Expand All @@ -99,7 +101,8 @@ ingress:
# Used to add custom labels to the Ingress
# Useful if for example you have multiple Ingress controllers and want your Ingress controllers to bind to specific Ingresses
# traffic: internal
annotations: {}
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
tls:
Expand All @@ -113,7 +116,8 @@ ingress:
#
# log4jProperties:

resources: {}
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand All @@ -138,4 +142,4 @@ tolerations: []
## Affinity for pod assignment
## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
##
affinity: {}
affinity: {}
4 changes: 2 additions & 2 deletions charts/redis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ sources:
- https://github.com/lstod/ocp-helm-charts/charts/redis
dependencies: []
maintainers:
- name: Paul Dittaro
email: [email protected]
- name: Liam Stoddard
email: [email protected]
appVersion: "centos7"
deprecated: false
annotations: {}

0 comments on commit bfc8693

Please sign in to comment.