ci: sorcerer
This commit is contained in:
@@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes
|
||||
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.
|
||||
version: v1.30.1
|
||||
version: v1.31.0
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
appVersion: v1.30.1
|
||||
appVersion: v1.31.0
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: registry.gitlab.com/oceanbox/poseidon/sorcerer
|
||||
tag: v1.30.1
|
||||
tag: v1.31.0
|
||||
pullPolicy: IfNotPresent
|
||||
init:
|
||||
enabled: false
|
||||
@@ -64,7 +64,6 @@ ingress:
|
||||
- hosts:
|
||||
- sorcerer.srv.oceanbox.io
|
||||
secretName: sorcerer-tls
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
existingClaim: oceanbox-archives
|
||||
@@ -75,18 +74,16 @@ redis:
|
||||
enabled: false
|
||||
instances: 1
|
||||
# metrics:
|
||||
# enabled: false
|
||||
# enabled: false
|
||||
backup:
|
||||
enabled: false
|
||||
size: 1Gi
|
||||
|
||||
cluster:
|
||||
enabled: false
|
||||
instances: 2
|
||||
backupEnabled: true
|
||||
backupRetention: 60d
|
||||
size: 5Gi
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user