Skip to content

Commit

Permalink
feat(hedgedoc): Update to 1.9.8 (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianklug authored Jun 30, 2023
1 parent 36612a6 commit 113f2ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/hedgedoc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: hedgedoc
description: Chart for HedgeDoc, a fork of CodiMD
type: application
version: 0.2.0
appVersion: "1.9.7"
version: 0.3.0
appVersion: "1.9.8"
icon: https://raw.githubusercontent.com/hedgedoc/hedgedoc-logo/main/LOGOTYPE/PNG/HedgeDoc-Logo%201.png
sources:
- https://github.com/hedgedoc/hedgedoc
Expand All @@ -20,7 +20,7 @@ dependencies:
annotations:
artifacthub.io/images: |
- name: hedgedoc
image: quay.io/hedgedoc/hedgedoc:1.9.7
image: quay.io/hedgedoc/hedgedoc:1.9.8
artifacthub.io/changes: |
- kind: changed
description: "Added an extraSecretMounts config and chart logo"
description: "Update to HedgeDoc 1.9.8, see [GitHub](https://github.com/hedgedoc/hedgedoc/releases/tag/1.9.8) for the release notes."
2 changes: 1 addition & 1 deletion charts/hedgedoc/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/hedgedoc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
{{- end }}
livenessProbe:
httpGet:
path: /status
path: /_health
port: http
initialDelaySeconds: 20
failureThreshold: 2
Expand Down

0 comments on commit 113f2ff

Please sign in to comment.