Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1e08b1410c
commit
8f1e8582ec
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [gokapi-2.0.10](https://github.com/truecharts/charts/compare/gokapi-2.0.9...gokapi-2.0.10) (2023-02-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/gokapi to v1.6.2
|
||||
|
||||
|
||||
|
||||
|
||||
## [gokapi-2.0.9](https://github.com/truecharts/charts/compare/gokapi-2.0.8...gokapi-2.0.9) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
## [gokapi-2.0.2](https://github.com/truecharts/charts/compare/gokapi-2.0.1...gokapi-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [gokapi-2.0.2](https://github.com/truecharts/charts/compare/gokapi-2.0.1...gokapi-2.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.6.1"
|
||||
appVersion: "1.6.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://hub.docker.com/r/f0rc3/gokapi
|
||||
- https://github.com/Forceu/gokapi
|
||||
type: application
|
||||
version: 2.0.9
|
||||
version: 2.0.10
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [gokapi-2.0.10](https://github.com/truecharts/charts/compare/gokapi-2.0.9...gokapi-2.0.10) (2023-02-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/gokapi to v1.6.2
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/gokapi
|
||||
tag: 1.6.1@sha256:b215f17f794beb2205f835629da84a0d128912f44d5932346560ed069b4299a5
|
||||
tag: 1.6.2@sha256:c30f6c0b8453cb04a08054add70b3ac0e4e46fe0ca9fca0ac93035938fd57d18
|
||||
|
||||
secretEnv:
|
||||
GOKAPI_PASSWORD: "changme"
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [gokapi-2.0.9](https://github.com/truecharts/charts/compare/gokapi-2.0.8...gokapi-2.0.9) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
Loading…
Reference in New Issue