Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
c8e71151b8
commit
f24b0ccd29
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [grafana-9.0.28](https://github.com/truecharts/charts/compare/grafana-9.0.27...grafana-9.0.28) (2023-10-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grafana to v10.1.5 ([#13630](https://github.com/truecharts/charts/issues/13630))
|
||||
|
||||
|
|
@ -4,6 +4,16 @@
|
|||
|
||||
|
||||
|
||||
## [grafana-9.0.29](https://github.com/truecharts/charts/compare/grafana-9.0.28...grafana-9.0.29) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update container image tccr.io/truecharts/grafana to v10.2.0 ([#13982](https://github.com/truecharts/charts/issues/13982))
|
||||
|
||||
|
||||
|
||||
|
||||
## [grafana-9.0.28](https://github.com/truecharts/charts/compare/grafana-9.0.27...grafana-9.0.28) (2023-10-15)
|
||||
|
||||
### Chore
|
||||
|
@ -87,13 +97,3 @@
|
|||
|
||||
## [grafana-9.0.19](https://github.com/truecharts/charts/compare/grafana-9.0.18...grafana-9.0.19) (2023-09-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/grafana to v10.1.2 ([#12835](https://github.com/truecharts/charts/issues/12835))
|
||||
|
||||
|
||||
|
||||
|
||||
## [grafana-9.0.18](https://github.com/truecharts/charts/compare/grafana-9.0.16...grafana-9.0.18) (2023-09-19)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "10.1.5"
|
||||
appVersion: "10.2.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -24,9 +24,8 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://grafana.com/
|
||||
type: application
|
||||
version: 9.0.28
|
||||
version: 9.0.29
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
truecharts.org/category: metrics
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
## [grafana-9.0.29](https://github.com/truecharts/charts/compare/grafana-9.0.28...grafana-9.0.29) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update container image tccr.io/truecharts/grafana to v10.2.0 ([#13982](https://github.com/truecharts/charts/issues/13982))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/grafana
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v10.1.5@sha256:1346fa2c8a24022cc5bad650f67a71172dd1d21bc9a55f3f02e61b700c13a7e8
|
||||
tag: v10.2.0@sha256:37149a3ed475cc9f0cedb4e6561f2566a782d5063cb0ff3f5a15d5e8f79ec33f
|
||||
manifestManager:
|
||||
enabled: true
|
||||
securityContext:
|
|
@ -842,6 +842,19 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
|
@ -1050,6 +1063,13 @@ questions:
|
|||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
|
@ -1,5 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png
|
||||
categories:
|
||||
- metrics
|
||||
|
||||
screenshots: []
|
||||
|
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [ser2sock-10.0.4](https://github.com/truecharts/charts/compare/ser2sock-10.0.3...ser2sock-10.0.4) (2023-10-29)
|
||||
|
||||
### Fix
|
||||
|
||||
- Change port to tcp ([#13762](https://github.com/truecharts/charts/issues/13762))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ser2sock-10.0.3](https://github.com/truecharts/charts/compare/ser2sock-10.0.1...ser2sock-10.0.3) (2023-10-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ser2sock-10.0.1](https://github.com/truecharts/charts/compare/ser2sock-10.0.0...ser2sock-10.0.1) (2023-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [ser2sock-10.0.0](https://github.com/truecharts/charts/compare/ser2sock-9.0.25...ser2sock-10.0.0) (2023-07-31)
|
||||
|
||||
|
||||
|
||||
|
||||
## [ser2sock-9.0.25](https://github.com/truecharts/charts/compare/ser2sock-9.0.24...ser2sock-9.0.25) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ser2sock-9.0.24](https://github.com/truecharts/charts/compare/ser2sock-9.0.23...ser2sock-9.0.24) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ser2sock-9.0.23](https://github.com/truecharts/charts/compare/ser2sock-9.0.22...ser2sock-9.0.23) (2023-06-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ser2sock-9.0.22](https://github.com/truecharts/charts/compare/ser2sock-9.0.21...ser2sock-9.0.22) (2023-06-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ser2sock-9.0.21](https://github.com/truecharts/charts/compare/ser2sock-9.0.20...ser2sock-9.0.21) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ser2sock-9.0.20](https://github.com/truecharts/charts/compare/ser2sock-9.0.19...ser2sock-9.0.20) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ser2sock-9.0.19](https://github.com/truecharts/charts/compare/ser2sock-9.0.18...ser2sock-9.0.19) (2023-06-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.0.9
|
||||
description: Serial to Socket Redirector
|
||||
home: https://truecharts.org/charts/stable/ser2sock
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.png
|
||||
keywords:
|
||||
- ser2sock
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: ser2sock
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock
|
||||
- https://github.com/nutechsoftware/ser2sock
|
||||
- https://github.com/tenstartups/ser2sock
|
||||
version: 10.0.4
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [ser2sock-10.0.4](https://github.com/truecharts/charts/compare/ser2sock-10.0.3...ser2sock-10.0.4) (2023-10-29)
|
||||
|
||||
### Fix
|
||||
|
||||
- Change port to tcp ([#13762](https://github.com/truecharts/charts/issues/13762))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Serial to Socket Redirector
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/ser2sock](https://truecharts.org/charts/stable/ser2sock)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,40 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/ser2sock
|
||||
tag: latest@sha256:230a81ceecd4da4a792e2daa89af02230998fe9edeec1379e49cf799d36ae754
|
||||
pullPolicy: Always
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10000
|
||||
protocol: tcp
|
||||
targetPort: 10000
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
# -- Affinity constraint rules to place the Pod on a specific node.
|
||||
# [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)
|
||||
affinity: {}
|
||||
# nodeAffinity:
|
||||
# requiredDuringSchedulingIgnoredDuringExecution:
|
||||
# nodeSelectorTerms:
|
||||
# - matchExpressions:
|
||||
# - key: app
|
||||
# operator: In
|
||||
# values:
|
||||
# - ser2sock-controller
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
LISTENER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
SERIAL_DEVICE: ""
|
||||
BAUD_RATE: 115200
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -1,4 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.png
|
||||
categories:
|
||||
media
|
||||
- media
|
||||
screenshots: []
|
||||
|
|
Loading…
Reference in New Issue