Skip to content

Commit

Permalink
Merge pull request #147 from maykinmedia/feature/objecten-2.5.1
Browse files Browse the repository at this point in the history
Objecten 2.5.1 - ✏️ values
  • Loading branch information
sjoerdie authored Nov 18, 2024
2 parents 1aa5621 + 5c90c18 commit 91d3fb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/objecten/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: objecten
description: API om objecten te beheren die behoren bij een bepaald objecttype

type: application
version: 2.5.0
version: 2.5.1
appVersion: 2.4.4

dependencies:
Expand Down
7 changes: 3 additions & 4 deletions charts/objecten/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ configuration:
domain: ""
organization: ""
objectTypes:
enable: false
enabled: false
ApiRoot: ""
token: ""
demo:
enable: false
enabled: false
token:
person:
email:
Expand All @@ -34,14 +34,13 @@ configuration:
enabled: true
job:
# -- Run the setup configuration command as a job
enabled: true
enabled: false
backoffLimit: 6
# -- 0 Will clean the job after it is finished
ttlSecondsAfterFinished: 0
restartPolicy: OnFailure
# Note, this field is immutable
resources: {}

# limits:
# cpu: 200m
# memory: 256Mi
Expand Down

0 comments on commit 91d3fb2

Please sign in to comment.