Skip to content

Commit

Permalink
chore: updating renku-graph version to 2.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot committed Nov 15, 2023
1 parent 3d73e3c commit b61dfe0
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -533,15 +533,6 @@ gitlab:

## Persistent Volume settings
persistence:
## database data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
# storageClass:

# accessMode: ReadWriteOnce
size: 30Gi
## Mount points for the PV
Expand All @@ -556,10 +547,19 @@ gitlab:
# subPath: logs
# mountPath: /var/log/gitlab

## A manually managed Persistent Volume and Claim
## Requires persistence.enabled: true
## If defined, PVC must be created manually before volume will be bound
# existingClaim:
## database data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
# storageClass:
## A manually managed Persistent Volume and Claim
## Requires persistence.enabled: true
## If defined, PVC must be created manually before volume will be bound
# existingClaim:

## Set to false to disable the use of Persistent Volume
## The databases will be lost when the pod is terminated!
# enabled: true
Expand Down Expand Up @@ -1302,7 +1302,7 @@ graph:
webhookService:
image:
repository: renku/webhook-service
tag: '2.45.0'
tag: '2.46.0'
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1321,7 +1321,7 @@ graph:
tokenRepository:
image:
repository: renku/token-repository
tag: '2.45.0'
tag: '2.46.0'
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1346,7 +1346,7 @@ graph:
replicas: 1
image:
repository: renku/triples-generator
tag: '2.45.0'
tag: '2.46.0'
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1368,7 +1368,7 @@ graph:
replicas: 1
image:
repository: renku/knowledge-graph
tag: '2.45.0'
tag: '2.46.0'
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1387,7 +1387,7 @@ graph:
eventLog:
image:
repository: renku/event-log
tag: '2.45.0'
tag: '2.46.0'
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1402,7 +1402,7 @@ graph:
commitEventService:
image:
repository: renku/commit-event-service
tag: '2.45.0'
tag: '2.46.0'
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit b61dfe0

Please sign in to comment.