Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f433b98dbc
commit
3aae855fb0
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [unpoller-6.0.8](https://github.com/truecharts/charts/compare/unpoller-6.0.7...unpoller-6.0.8) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [unpoller-6.0.9](https://github.com/truecharts/charts/compare/unpoller-6.0.8...unpoller-6.0.9) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/unifi-poller to v2.7.13 ([#8531](https://github.com/truecharts/charts/issues/8531))
|
||||
|
||||
|
||||
|
||||
|
||||
## [unpoller-6.0.8](https://github.com/truecharts/charts/compare/unpoller-6.0.7...unpoller-6.0.8) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [unpoller-5.0.8](https://github.com/truecharts/charts/compare/unpoller-5.0.7...unpoller-5.0.8) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [unpoller-5.0.7](https://github.com/truecharts/charts/compare/unpoller-5.0.6...unpoller-5.0.7) (2022-12-27)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.7.11"
|
||||
appVersion: "2.7.13"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/unpoller
|
||||
- https://github.com/unifi-poller/unifi-poller
|
||||
type: application
|
||||
version: 6.0.8
|
||||
version: 6.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [unpoller-6.0.9](https://github.com/truecharts/charts/compare/unpoller-6.0.8...unpoller-6.0.9) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/unifi-poller to v2.7.13 ([#8531](https://github.com/truecharts/charts/issues/8531))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/unifi-poller
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.7.11@sha256:1189e10773ae7c8843e230ba34840ff119c74bd63e51ad60c53fa8053e3689d8
|
||||
tag: 2.7.13@sha256:5bb7f298e96b9f76251c082d8aefc427ca6351ef53e72b7eac9256f2485a57cd
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -516,7 +516,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
|
Loading…
Reference in New Issue