Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-12-24 07:40:23 +00:00
parent 5a620b705e
commit c9196d3034
23 changed files with 44 additions and 44 deletions

View File

@@ -1,9 +0,0 @@
## [arksurvivalevolved-3.0.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-2.0.4...arksurvivalevolved-3.0.0) (2022-12-21)
### Fix
- Replace params with better UI/UX ([#5278](https://github.com/truecharts/charts/issues/5278))

View File

@@ -4,6 +4,15 @@
## [arksurvivalevolved-3.0.1](https://github.com/truecharts/charts/compare/arksurvivalevolved-3.0.0...arksurvivalevolved-3.0.1) (2022-12-24)
### Fix
- fix wrong port formatting ([#5651](https://github.com/truecharts/charts/issues/5651))
## [arksurvivalevolved-3.0.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-2.0.4...arksurvivalevolved-3.0.0) (2022-12-21)
### Fix
@@ -81,15 +90,6 @@
## [arksurvivalevolved-2.0.1](https://github.com/truecharts/charts/compare/arksurvivalevolved-2.0.0...arksurvivalevolved-2.0.1) (2022-11-15)
### Chore
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
## [arksurvivalevolved-2.0.1](https://github.com/truecharts/charts/compare/arksurvivalevolved-2.0.0...arksurvivalevolved-2.0.1) (2022-11-15)
### Chore

View File

@@ -26,4 +26,4 @@ sources:
- https://survivetheark.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 3.0.0
version: 3.0.1

View File

@@ -0,0 +1,9 @@
## [arksurvivalevolved-3.0.1](https://github.com/truecharts/charts/compare/arksurvivalevolved-3.0.0...arksurvivalevolved-3.0.1) (2022-12-24)
### Fix
- fix wrong port formatting ([#5651](https://github.com/truecharts/charts/issues/5651))

View File

@@ -135,7 +135,7 @@ questions:
type: string
default: ""
- variable: validate
label: Valitdate
label: Validate
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: boolean

View File

@@ -4,9 +4,9 @@
{{- $secretName := printf "%s-secret" (include "tc.common.names.fullname" .) }}
{{- $params := list }}
{{- $params = append $params (printf "?Port=%s" .Values.service.main.ports.main.port) -}}
{{- $params = append $params (printf "?QueryPort=%s" .Values.service.udpsteam.ports.udpsteam.port) -}}
{{- $params = append $params (printf "?RCONPort=%s" .Values.service.rcontcp.ports.rcontcp.port) -}}
{{- $params = append $params (printf "?Port=%v" .Values.service.main.ports.main.port) -}}
{{- $params = append $params (printf "?QueryPort=%v" .Values.service.udpsteam.ports.udpsteam.port) -}}
{{- $params = append $params (printf "?RCONPort=%v" .Values.service.rcontcp.ports.rcontcp.port) -}}
{{- if .Values.ark.rcon_enabled -}}
{{- $params = append $params (print "?RCONEnabled=True") -}}
{{- end }}

View File

@@ -1,9 +0,0 @@
## [ntfy-4.0.5](https://github.com/truecharts/charts/compare/ntfy-4.0.4...ntfy-4.0.5) (2022-12-19)
### Chore
- update helm general non-major

View File

@@ -4,6 +4,15 @@
## [ntfy-4.0.6](https://github.com/truecharts/charts/compare/ntfy-4.0.5...ntfy-4.0.6) (2022-12-23)
### Chore
- update container image tccr.io/truecharts/ntfy to v1.30.1
## [ntfy-4.0.5](https://github.com/truecharts/charts/compare/ntfy-4.0.4...ntfy-4.0.5) (2022-12-19)
### Chore
@@ -81,15 +90,6 @@
## [ntfy-4.0.1](https://github.com/truecharts/charts/compare/ntfy-4.0.0...ntfy-4.0.1) (2022-11-15)
### Chore
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
## [ntfy-4.0.1](https://github.com/truecharts/charts/compare/ntfy-4.0.0...ntfy-4.0.1) (2022-11-15)
### Chore

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.29.1"
appVersion: "1.30.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -18,7 +18,7 @@ name: ntfy
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ntfy
- https://github.com/binwiederhier/ntfy/
version: 4.0.5
version: 4.0.6
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [ntfy-4.0.6](https://github.com/truecharts/charts/compare/ntfy-4.0.5...ntfy-4.0.6) (2022-12-23)
### Chore
- update container image tccr.io/truecharts/ntfy to v1.30.1

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/ntfy
tag: 1.29.1@sha256:b2f3f7ad487131b99af1f723df66c18ab87a6e57e63170e8e528e4f53113178a
tag: 1.30.1@sha256:747d446e938199e787b0f0ee251598b90551601b92a844c29dc6024d3a6a61f8
pullPolicy: IfNotPresent
extraArgs: ["serve"]