Skip to content

Commit

Permalink
Merge pull request #11 from bcgov/deps/metabase-version-update-v0.47.1
Browse files Browse the repository at this point in the history
Updating the version of the metabase image to v0.47.1
  • Loading branch information
mishraomp authored Oct 3, 2023
2 parents 359408a + 6178b4b commit eaf3550
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 25 deletions.
8 changes: 2 additions & 6 deletions charts/nr-metabase/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: v2
name: nr-metabase
description: A Helm chart for Deploying MetaBase on Openshift with Oracle DB support.

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -11,18 +10,15 @@ description: A Helm chart for Deploying MetaBase on Openshift with Oracle DB sup
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.47.0

version: 0.47.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.47.0" # aligned with metabase version.

appVersion: "v0.47.1" # aligned with metabase version.
dependencies:
- name: metabase
condition: metabase.enabled
Expand Down
34 changes: 15 additions & 19 deletions charts/nr-metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ global:
helm.sh/policy: "keep"
zone: ~ # it is required, could be pr-123, dev, test, prod
domain: "apps.silver.devops.gov.bc.ca" # it is required, apps.silver.devops.gov.bc.ca for silver cluster

metabase:
enabled: true
replicaCount: 1
Expand All @@ -21,7 +20,7 @@ metabase:
repository: ghcr.io/bcgov/nr-metabase/metabase
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: 'v0.47.0'
tag: 'v0.47.1'
containerPort: 3000
environment: production
service:
Expand All @@ -37,14 +36,13 @@ metabase:
memory: 500Mi
autoscaling:
enabled: false
podAnnotations: { }
podSecurityContext: { }
securityContext: { }
imagePullSecrets: [ ]
nodeSelector: { }
tolerations: [ ]
affinity: { }

podAnnotations: {}
podSecurityContext: {}
securityContext: {}
imagePullSecrets: []
nodeSelector: {}
tolerations: []
affinity: {}
database:
enabled: true
replicaCount: 1
Expand All @@ -55,19 +53,19 @@ database:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: 'prod'
podAnnotations: { }
podSecurityContext: { }
securityContext: { }
imagePullSecrets: [ ]
podAnnotations: {}
podSecurityContext: {}
securityContext: {}
imagePullSecrets: []
autoscaling:
enabled: false
service:
type: ClusterIP
port: 5432
targetPort: 5432
nodeSelector: { }
tolerations: [ ]
affinity: { }
nodeSelector: {}
tolerations: []
affinity: {}
resources:
limits:
cpu: 500m
Expand All @@ -80,7 +78,6 @@ database:
size: 512Mi
accessMode: ReadWriteMany
storageClass: netapp-file-standard

backup:
enabled: true
nameOverride: ""
Expand All @@ -102,7 +99,6 @@ backup:
dailyBackups: 7 # The number of daily backup files to be retained. Used for the `rolling` backup strategy.
weeklyBackups: 4 # The number of weekly backup files to be retained. Used for the `rolling` backup strategy.
monthlyBackups: 1 # The number of monthly backup files to be retained. Used for the `rolling` backup strategy.

serviceAccount: default # "Name of the Service Account To Execute the Job As."
successHistoryLimit: 5 # "The number of successful jobs that will be retained"
failedHistoryLimit: 2 # "The number of failed jobs that will be retained"
Expand Down

0 comments on commit eaf3550

Please sign in to comment.