mirror of
https://github.com/Noooste/garage-ui.git
synced 2026-07-27 16:18:56 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc9ea5716a | |||
| 699f11afaa | |||
| 657d919331 | |||
| 01c4c16778 |
@@ -5,6 +5,7 @@ on:
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+-*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
+2
-2
@@ -65,5 +65,5 @@ backend/docs/
|
||||
config.yaml
|
||||
docs/**/*.md
|
||||
!docs/garage-setup.md
|
||||
# Superpowers brainstorm / session scratch
|
||||
.superpowers/
|
||||
|
||||
**/worktrees
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
".": "0.6.2",
|
||||
"helm/garage-ui": "0.4.2"
|
||||
"helm/garage-ui": "0.5.0"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [0.5.0](https://github.com/Noooste/garage-ui/compare/garage-ui-chart-v0.4.2...garage-ui-chart-v0.5.0) (2026-05-16)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **helm:** add support for extra Kubernetes manifests in values.yaml ([699f11a](https://github.com/Noooste/garage-ui/commit/699f11afaa340fdd8d1c24bda073ffcc94fe86d8))
|
||||
|
||||
## [0.4.2](https://github.com/Noooste/garage-ui/compare/garage-ui-chart-v0.4.1...garage-ui-chart-v0.4.2) (2026-05-15)
|
||||
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@ name: garage-ui
|
||||
description: A Helm chart for Garage UI - Web interface for Garage S3 object storage
|
||||
icon: https://helm.noste.dev/garage.png
|
||||
type: application
|
||||
version: 0.4.2
|
||||
appVersion: v0.6.1
|
||||
version: 0.5.0
|
||||
appVersion: v0.6.2
|
||||
keywords:
|
||||
- garage
|
||||
- s3
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{{- range .Values.extraObjects }}
|
||||
---
|
||||
{{ tpl (toYaml .) $ }}
|
||||
{{- end }}
|
||||
@@ -14,6 +14,26 @@ fullnameOverride: ""
|
||||
|
||||
extraEnvs: []
|
||||
|
||||
# Extra Kubernetes manifests to deploy alongside the chart.
|
||||
# Each entry is rendered through `tpl`, so Helm templating is supported.
|
||||
# Useful for ExternalSecret, HTTPRoute, CiliumNetworkPolicy, etc.
|
||||
extraObjects: []
|
||||
# - apiVersion: external-secrets.io/v1beta1
|
||||
# kind: ExternalSecret
|
||||
# metadata:
|
||||
# name: garage-ui-admin
|
||||
# spec:
|
||||
# refreshInterval: 1h
|
||||
# secretStoreRef:
|
||||
# name: vault
|
||||
# kind: ClusterSecretStore
|
||||
# target:
|
||||
# name: garage-ui-admin
|
||||
# data:
|
||||
# - secretKey: admin-token
|
||||
# remoteRef:
|
||||
# key: garage/admin-token
|
||||
|
||||
config:
|
||||
server:
|
||||
host: "0.0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user