Skip to content

Commit

Permalink
Merge pull request #72 from brentjanderson/v-0-44-7-2
Browse files Browse the repository at this point in the history
v0.46.6.4
  • Loading branch information
pmint93 authored Jul 31, 2023
2 parents 6973850 + 8dd72e5 commit 2348635
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description:
The easy, open source way for everyone in your company to ask questions
and learn from data.
name: metabase
version: 2.7.5
appVersion: v0.46.6.2
version: 2.7.6
appVersion: v0.46.6.4
maintainers:
- name: pmint93
email: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions charts/metabase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The command removes all the Kubernetes components associated with the chart and
The following table lists the configurable parameters of the Metabase chart and their default values.

| Parameter | Description | Default |
|-------------------------------------------------|----------------------------------------------------------------------------|-------------------|
| ----------------------------------------------- | -------------------------------------------------------------------------- | ----------------- |
| replicaCount | desired number of controller pods | 1 |
| pdb.create | Enable/disable a Pod Disruption Budget creation | false |
| pdb.minAvailable | Minimum number/percentage of pods that should remain scheduled | 1 |
Expand All @@ -60,7 +60,7 @@ The following table lists the configurable parameters of the Metabase chart and
| podAnnotations | controller pods annotations | {} |
| podLabels | extra pods labels | {} |
| image.repository | controller container image repository | metabase/metabase |
| image.tag | controller container image tag | v0.46.6.2 |
| image.tag | controller container image tag | v0.46.6.4 |
| image.command | controller container image command | [] |
| image.pullPolicy | controller container image pull policy | IfNotPresent |
| image.pullSecrets | controller container image pull secrets | [] |
Expand Down Expand Up @@ -132,7 +132,7 @@ The following table lists the configurable parameters of the Metabase chart and
| route.wildcardPolicy | Route wildcard policy | None |
| route.tls | Route tls configuration | {} |
| log4j2XML | Custom `log4j2.xml` file | null |
| log4jProperties | DEPRECATED Custom `log4j.properties` file | null |
| log4jProperties | DEPRECATED Custom `log4j.properties` file | null |
| resources | Server resource requests and limits | {} |
| nodeSelector | Node labels for pod assignment | {} |
| tolerations | Toleration labels for pod assignment | [] |
Expand Down
2 changes: 1 addition & 1 deletion charts/metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ podAnnotations: {}
podLabels: {}
image:
repository: metabase/metabase
tag: v0.46.6.2
tag: v0.46.6.4
command: []
pullPolicy: IfNotPresent
pullSecrets: []
Expand Down

0 comments on commit 2348635

Please sign in to comment.