Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1ecdf859cd
commit
654ee1a1aa
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [soft-serve-3.0.1](https://github.com/truecharts/charts/compare/soft-serve-3.0.0...soft-serve-3.0.1) (2023-09-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/soft-serve to v0.6.0 ([#12213](https://github.com/truecharts/charts/issues/12213))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [soft-serve-3.0.2](https://github.com/truecharts/charts/compare/soft-serve-3.0.1...soft-serve-3.0.2) (2023-09-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/soft-serve to v0.6.1 ([#12572](https://github.com/truecharts/charts/issues/12572))
|
||||
|
||||
|
||||
|
||||
|
||||
## [soft-serve-3.0.1](https://github.com/truecharts/charts/compare/soft-serve-3.0.0...soft-serve-3.0.1) (2023-09-04)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [soft-serve-2.0.19](https://github.com/truecharts/charts/compare/soft-serve-2.0.18...soft-serve-2.0.19) (2023-05-27)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.6.0"
|
||||
appVersion: "0.6.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve
|
||||
- https://github.com/charmbracelet/soft-serve
|
||||
type: application
|
||||
version: 3.0.1
|
||||
version: 3.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- git
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [soft-serve-3.0.2](https://github.com/truecharts/charts/compare/soft-serve-3.0.1...soft-serve-3.0.2) (2023-09-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/soft-serve to v0.6.1 ([#12572](https://github.com/truecharts/charts/issues/12572))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/soft-serve
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.6.0@sha256:fa4896c397bdd9db6943f31ace88ff53191d4d411d1d6cbcaf93f85831c0fb94
|
||||
tag: v0.6.1@sha256:470b8840664bb06e20cdfcceb3ff228821330a68089f74d6a1ce38c5e94fc58f
|
||||
softserve:
|
||||
host: localhost
|
||||
key_path: /.ssh/soft_serve_server_ed25519
|
Loading…
Reference in New Issue