Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-29 12:56:26 +00:00
parent a6224976f6
commit 790fc42719
39 changed files with 284 additions and 251 deletions

View File

@ -1,9 +0,0 @@
## [jupyter-4.0.25](https://github.com/truecharts/charts/compare/jupyter-4.0.24...jupyter-4.0.25) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [jupyter-4.0.26](https://github.com/truecharts/charts/compare/jupyter-4.0.25...jupyter-4.0.26) (2023-05-29)
### Chore
- update jupyter ([#9269](https://github.com/truecharts/charts/issues/9269))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [jupyter-4.0.25](https://github.com/truecharts/charts/compare/jupyter-4.0.24...jupyter-4.0.25) (2023-05-27)
### Chore
@ -84,16 +97,3 @@
## [jupyter-4.0.16](https://github.com/truecharts/charts/compare/jupyter-4.0.15...jupyter-4.0.16) (2023-05-11)
### Chore
- update jupyter ([#8894](https://github.com/truecharts/charts/issues/8894))
## [jupyter-4.0.15](https://github.com/truecharts/charts/compare/jupyter-4.0.14...jupyter-4.0.15) (2023-05-08)
### Chore

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
- https://github.com/jupyter/docker-stacks
type: application
version: 4.0.25
version: 4.0.26
annotations:
truecharts.org/catagories: |
- Cloud

View File

@ -0,0 +1,13 @@
## [jupyter-4.0.26](https://github.com/truecharts/charts/compare/jupyter-4.0.25...jupyter-4.0.26) (2023-05-29)
### Chore
- update jupyter ([#9269](https://github.com/truecharts/charts/issues/9269))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,35 +1,35 @@
image:
repository: tccr.io/truecharts/jupyter-base
pullPolicy: IfNotPresent
tag: v2023-05@sha256:f353a3e783176a007e85a656d4a6c33768b5feea4da212aa42fa1635e3b39274
tag: v2023-05@sha256:067a19f3e5e3977d59228672096e1d49235db0b0b12634f8385635d02ca37f38
minimalImage:
repository: tccr.io/truecharts/jupyter-minimal
pullPolicy: IfNotPresent
tag: v2023-05@sha256:75b626ccf37a88be4804a32d297dfe12a6e4594caf4cc64ccf23d1c8eb51365a
tag: v2023-05@sha256:340ed197359e2809680d9937807f648093188e4543d65dd4959f1b1106bde0e0
rImage:
repository: tccr.io/truecharts/jupyter-r
pullPolicy: IfNotPresent
tag: v2023-05@sha256:27511ded14067dad4d791ac584b516e31b87621f84914d0c2a5a4ae62d09f252
tag: v2023-05@sha256:3b94a3b17e2ed4cbfddb1737348a2145f53a29b80a6a7f6feb8d71394f59773e
scipyImage:
repository: tccr.io/truecharts/jupyter-scipy
pullPolicy: IfNotPresent
tag: v2023-05@sha256:c9cf7bb3d478f883d6542375ea5249bece9884ba40cd7f98a97bd8c39397db0d
tag: v2023-05@sha256:077d0cb41ae3c966b568ab3798393df950db81fbd7354ffdf1dcee4288f15a7e
tensorflowImage:
repository: tccr.io/truecharts/jupyter-tensorflow
pullPolicy: IfNotPresent
tag: v2023-05@sha256:bffde32a656cb7066ea079ca3d03339bf83ba89a59a8bfa6a779545b6547ee20
tag: v2023-05@sha256:0131bbce31b63e87d65090334869dfc690657d71fd982b9599d4321cf4dede46
datascienceImage:
repository: tccr.io/truecharts/jupyter-datascience
pullPolicy: IfNotPresent
tag: v2023-05@sha256:4c355553919b80ad361e7aa92be37f0dd56da9f0249703ac6229f1ab614bde06
tag: v2023-05@sha256:ff598e73eaeed23cccf91a86daa0a91192fd7b361dcb0189b73555f9c9273141
pysparkImage:
repository: tccr.io/truecharts/jupyter-pyspark
pullPolicy: IfNotPresent
tag: v2023-05@sha256:a37f1d178f7a5c720d5cbac97aaceb9cb954624c17187cdefd0b8b3e84480a30
tag: v2023-05@sha256:a4e53e58abcc7209fef8939914a22dcf2c8f0d3a953beacc898f22f8ca170f87
allsparkImage:
repository: tccr.io/truecharts/jupyter-all-spark
pullPolicy: IfNotPresent
tag: v2023-05@sha256:e9396b9fc753a22ee45b362e3588daafabe8646756df3f8cbb7dc0527949a586
tag: v2023-05@sha256:afb8c33435867424c66c6a7e7c28e4a6a8c134c92e42bfa227ab0d4956cda7c0
jupyter:
jupyter_cmd: lab
restartable: true

View File

@ -788,11 +788,43 @@ questions:
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -833,31 +865,6 @@ questions:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress

View File

@ -1,9 +0,0 @@
## [shlink-8.0.18](https://github.com/truecharts/charts/compare/shlink-8.0.17...shlink-8.0.18) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [shlink-8.0.19](https://github.com/truecharts/charts/compare/shlink-8.0.18...shlink-8.0.19) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/shlink to v3.6.0 ([#9277](https://github.com/truecharts/charts/issues/9277))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [shlink-8.0.18](https://github.com/truecharts/charts/compare/shlink-8.0.17...shlink-8.0.18) (2023-05-27)
### Chore
@ -84,16 +97,3 @@
## [shlink-8.0.9](https://github.com/truecharts/charts/compare/shlink-8.0.8...shlink-8.0.9) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
## [shlink-8.0.8](https://github.com/truecharts/charts/compare/shlink-8.0.7...shlink-8.0.8) (2023-04-25)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.5.4"
appVersion: "3.6.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -25,7 +25,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/shlink
- https://github.com/shlinkio/shlink
type: application
version: 8.0.18
version: 8.0.19
annotations:
truecharts.org/catagories: |
- utilities

View File

@ -0,0 +1,13 @@
## [shlink-8.0.19](https://github.com/truecharts/charts/compare/shlink-8.0.18...shlink-8.0.19) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/shlink to v3.6.0 ([#9277](https://github.com/truecharts/charts/issues/9277))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/shlink
pullPolicy: IfNotPresent
tag: 3.5.4@sha256:ff1a031a708195fbcc700075d4efbc6a79dda69d70a7508bcaed9ede89364236
tag: v3.6.0@sha256:3bdf56cc09867f294aaa80cb0d6b2cc10766a7ec7b46f59056902bc1e7a98086
service:
main:

View File

@ -690,11 +690,43 @@ questions:
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -735,31 +767,6 @@ questions:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress

View File

@ -1,9 +0,0 @@
## [vikunja-8.0.12](https://github.com/truecharts/charts/compare/vikunja-8.0.11...vikunja-8.0.12) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [vikunja-8.0.13](https://github.com/truecharts/charts/compare/vikunja-8.0.12...vikunja-8.0.13) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/nginx to v1.25.0 ([#9273](https://github.com/truecharts/charts/issues/9273))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [vikunja-8.0.12](https://github.com/truecharts/charts/compare/vikunja-8.0.11...vikunja-8.0.12) (2023-05-27)
### Chore
@ -84,16 +97,3 @@
- update container image tccr.io/truecharts/nginx to v1.24.0 ([#8606](https://github.com/truecharts/charts/issues/8606))
## [vikunja-8.0.3](https://github.com/truecharts/charts/compare/vikunja-8.0.2...vikunja-8.0.3) (2023-05-03)
### Chore
- update helm general non-major ([#8739](https://github.com/truecharts/charts/issues/8739))
## [vikunja-8.0.2](https://github.com/truecharts/charts/compare/vikunja-8.0.1...vikunja-8.0.2) (2023-05-02)

View File

@ -22,7 +22,7 @@ name: vikunja
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/vikunja
- https://vikunja.io/docs
version: 8.0.12
version: 8.0.13
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,13 @@
## [vikunja-8.0.13](https://github.com/truecharts/charts/compare/vikunja-8.0.12...vikunja-8.0.13) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/nginx to v1.25.0 ([#9273](https://github.com/truecharts/charts/issues/9273))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -8,7 +8,7 @@ frontendImage:
pullPolicy: IfNotPresent
nginxImage:
repository: tccr.io/truecharts/nginx
tag: 1.24.0@sha256:7eee831d79f11786149bd02a0d4d438057772285ec7b62fc2976ee70676707fa
tag: v1.25.0@sha256:2c2fdf203cf68fcf1c16b81d0dd73342b5b7d547ba2452110e304c0b8b1b0c24
workload:
main:

View File

@ -1561,11 +1561,43 @@ questions:
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -1606,31 +1638,6 @@ questions:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress