Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
119249d653
commit
a68c8edb18
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [octoprint-9.0.10](https://github.com/truecharts/charts/compare/octoprint-9.0.9...octoprint-9.0.10) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/octoprint to v1.8.7 ([#8506](https://github.com/truecharts/charts/issues/8506))
|
||||
|
||||
|
||||
|
||||
|
||||
## [octoprint-9.0.9](https://github.com/truecharts/charts/compare/octoprint-9.0.8...octoprint-9.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
||||
|
||||
|
||||
|
||||
|
||||
## [octoprint-8.0.10](https://github.com/truecharts/charts/compare/octoprint-8.0.9...octoprint-8.0.10) (2023-02-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/octoprint to 1.8.6
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.8.6"
|
||||
appVersion: "1.8.7"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -20,7 +20,7 @@ name: octoprint
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/octoprint
|
||||
- https://github.com/OctoPrint/OctoPrint
|
||||
version: 9.0.9
|
||||
version: 9.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [octoprint-9.0.10](https://github.com/truecharts/charts/compare/octoprint-9.0.9...octoprint-9.0.10) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/octoprint to v1.8.7 ([#8506](https://github.com/truecharts/charts/issues/8506))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/octoprint
|
||||
tag: 1.8.6@sha256:26575ca7f588dab503bce387f0829436466ca15cf2ff8dda801c4807619be1d8
|
||||
tag: 1.8.7@sha256:fb8ad50f23c243072320b40cfb41cbaf83e91128f2ff1ee03f9b518b9d1c5a93
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
|
@ -949,7 +949,7 @@ questions:
|
|||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["runAsUser", "=", "0"]]
|
||||
show_if: [["runAsUser", "=", 0]]
|
||||
default: 568
|
||||
- variable: UMASK
|
||||
label: UMASK
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [octoprint-9.0.9](https://github.com/truecharts/charts/compare/octoprint-9.0.8...octoprint-9.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
||||
|
||||
|
Loading…
Reference in New Issue