Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9d7dc7e4af
commit
e3f60a2d6f
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [octoprint-9.0.26](https://github.com/truecharts/charts/compare/octoprint-9.0.25...octoprint-9.0.26) (2023-07-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/octoprint to v1.9.1 ([#10253](https://github.com/truecharts/charts/issues/10253))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [octoprint-9.0.27](https://github.com/truecharts/charts/compare/octoprint-9.0.26...octoprint-9.0.27) (2023-07-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/octoprint to v1.9.2 ([#10643](https://github.com/truecharts/charts/issues/10643))
|
||||
|
||||
|
||||
|
||||
|
||||
## [octoprint-9.0.26](https://github.com/truecharts/charts/compare/octoprint-9.0.25...octoprint-9.0.26) (2023-07-07)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [octoprint-9.0.17](https://github.com/truecharts/charts/compare/octoprint-9.0.16...octoprint-9.0.17) (2023-05-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.9.1"
|
||||
appVersion: "1.9.2"
|
||||
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.26
|
||||
version: 9.0.27
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [octoprint-9.0.27](https://github.com/truecharts/charts/compare/octoprint-9.0.26...octoprint-9.0.27) (2023-07-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/octoprint to v1.9.2 ([#10643](https://github.com/truecharts/charts/issues/10643))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/octoprint
|
||||
tag: v1.9.1@sha256:321ffcad92277bea47f55b4261e1f801f56f2806b342f19708755102437324b5
|
||||
tag: v1.9.2@sha256:fa8e0bea28a83118929f964d3b122738a1d5d8d20dc48a7f1cb49a64a9f20f3d
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
Loading…
Reference in New Issue