Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
trigger release :D
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Nov 29, 2023
1 parent 59e5af1 commit 610908e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ You need to have couchDB up and running right now, but I'll probably add a sub-c
helm repo add cozy https://small-hack.github.io/cozy-helm-chart
helm install cozy/cozy cozy
```

## Status

Under heavy development. Will probably be done in a week or two.
13 changes: 7 additions & 6 deletions charts/cozy-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,23 @@ replicaCount: 1

image:
repository: cozy:cozy-stack
# -- set to Always if you're using the tag: "latest"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# -- Overrides the image tag whose default is the chart appVersion.
tag: ""

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

serviceAccount:
# Specifies whether a service account should be created
# -- Specifies whether a service account should be created
create: true
# Automatically mount a ServiceAccount's API credentials?
# -- Automatically mount a ServiceAccount's API credentials?
automount: true
# Annotations to add to the service account
# -- Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# -- The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: "cozy"

Expand Down Expand Up @@ -76,7 +77,7 @@ autoscaling:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

# Additional volumes on the output Deployment definition.
# -- Additional volumes on the output Deployment definition.
volumes: []
# - name: foo
# secret:
Expand Down

0 comments on commit 610908e

Please sign in to comment.