Skip to content
Commits on Source (33)
......@@ -7,7 +7,7 @@ variables:
.use_kubernetes:
image:
name: alpine/k8s:1.30.0
name: alpine/k8s:1.31.0
entrypoint: ["/bin/sh", "-c"]
before_script:
- kubectl config get-contexts
......
## [0.1.6] - 2024-09-03
* Upgrade Hedgedoc to 1.10.0.
* Upgrade mariadb chart to 19.0.5.
## [0.1.5] - 2024-05-14
* Upgrade mariadb chart to 18.0.3.
......
---
apiVersion: v2
appVersion: 1.9.9
version: 0.1.5
appVersion: 1.10.0
version: 0.1.6
name: hedgedoc
description: HedgeDoc lets you create real-time collaborative markdown notes.
type: application
......@@ -9,7 +9,7 @@ home: "https://open.greenhost.net/stackspin/hedgedoc-helm-chart"
icon: "https://avatars1.githubusercontent.com/u/67865462"
dependencies:
- name: mariadb
version: 18.0.3
version: 19.0.5
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
sources:
......
# HedgeDoc
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.9](https://img.shields.io/badge/AppVersion-1.9.9-informational?style=flat-square)
![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.0](https://img.shields.io/badge/AppVersion-1.10.0-informational?style=flat-square)
[HedgeDoc](https://hedgedoc.org/) is a real-time collaborative markdown editor.
......
---
image:
repository: quay.io/hedgedoc/hedgedoc
tag: "1.9.9"
tag: "1.10.0"
pullPolicy: IfNotPresent
# See more environment variables in the hedgedoc documentation
......