From 12ec31d8694ea29f4b10de52ed062b7fd42cccfe Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Tue, 9 Jan 2024 00:05:11 -0600 Subject: [PATCH] fix(obico): Remove `--nostatic` arg --- charts/obico/Chart.yaml | 6 +++--- charts/obico/README.md | 4 ++-- charts/obico/values.yaml | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/charts/obico/Chart.yaml b/charts/obico/Chart.yaml index d7fccb733..c9520232f 100644 --- a/charts/obico/Chart.yaml +++ b/charts/obico/Chart.yaml @@ -4,7 +4,7 @@ description: Obico is a community-built, open-source smart 3D printing platform home: https://charts.gabe565.com/charts/obico/ icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/obico/icon.svg type: application -version: 0.2.9 +version: 0.2.10 appVersion: sha-9d150bef09511f4f48e912be2caae048c6eb0dcf kubeVersion: ">=1.22.0-0" keywords: @@ -23,8 +23,8 @@ sources: - https://github.com/gabe565/docker-obico annotations: artifacthub.io/changes: |- - - kind: changed - description: Update thespaghettidetective/obico-server digest to 9d150be + - kind: fixed + description: Remove --nostatic arg artifacthub.io/links: |- - name: App Source url: https://github.com/TheSpaghettiDetective/obico-server diff --git a/charts/obico/README.md b/charts/obico/README.md index 50c169bf5..a7fa5269c 100644 --- a/charts/obico/README.md +++ b/charts/obico/README.md @@ -2,7 +2,7 @@ obico logo -![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat) +![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: sha-9d150bef09511f4f48e912be2caae048c6eb0dcf](https://img.shields.io/badge/AppVersion-sha--9d150bef09511f4f48e912be2caae048c6eb0dcf-informational?style=flat) @@ -11,7 +11,7 @@ Obico is a community-built, open-source smart 3D printing platform used by maker **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=obico&version=0.2.9)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=obico&version=0.2.10)** ## Source Code diff --git a/charts/obico/values.yaml b/charts/obico/values.yaml index 6993f5e3c..2c5f17123 100644 --- a/charts/obico/values.yaml +++ b/charts/obico/values.yaml @@ -21,7 +21,6 @@ server: - python - manage.py - runserver - - --nostatic - --noreload - 0.0.0.0:3334