Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
65c8527f56
commit
bae370c51d
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [mongodb-9.0.3](https://github.com/truecharts/charts/compare/mongodb-9.0.2...mongodb-9.0.3) (2023-12-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- bump everything to ensure catalog has latest versions
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [mongodb-9.0.4](https://github.com/truecharts/charts/compare/mongodb-9.0.3...mongodb-9.0.4) (2023-12-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image bitnami/mongodb to 7.0.4[@2fd7f81](https://github.com/2fd7f81) ([#15847](https://github.com/truecharts/charts/issues/15847))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mongodb-9.0.3](https://github.com/truecharts/charts/compare/mongodb-9.0.2...mongodb-9.0.3) (2023-12-03)
|
## [mongodb-9.0.3](https://github.com/truecharts/charts/compare/mongodb-9.0.2...mongodb-9.0.3) (2023-12-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [mongodb-8.0.43](https://github.com/truecharts/charts/compare/mongodb-8.0.42...mongodb-8.0.43) (2023-11-14)
|
## [mongodb-8.0.43](https://github.com/truecharts/charts/compare/mongodb-8.0.42...mongodb-8.0.43) (2023-11-14)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm chart common to 14.5.0 ([#14466](https://github.com/truecharts/charts/issues/14466))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mongodb-8.0.42](https://github.com/truecharts/charts/compare/mongodb-8.0.41...mongodb-8.0.42) (2023-11-14)
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: mongodb
|
name: mongodb
|
||||||
version: 9.0.3
|
version: 9.0.4
|
||||||
appVersion: 7.0.4
|
appVersion: 7.0.4
|
||||||
description:
|
description:
|
||||||
Fast, reliable, scalable, and easy to use open-source no-sql database
|
Fast, reliable, scalable, and easy to use open-source no-sql database
|
||||||
|
@ -10,8 +10,8 @@ home: https://truecharts.org/charts/dependency/mongodb
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png
|
||||||
deprecated: false
|
deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://www.mongodb.com
|
|
||||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||||
|
- https://www.mongodb.com
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
|
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
|
||||||
- https://hub.docker.com/r/bitnami/mongodb
|
- https://hub.docker.com/r/bitnami/mongodb
|
||||||
maintainers:
|
maintainers:
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [mongodb-9.0.4](https://github.com/truecharts/charts/compare/mongodb-9.0.3...mongodb-9.0.4) (2023-12-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image bitnami/mongodb to 7.0.4[@2fd7f81](https://github.com/2fd7f81) ([#15847](https://github.com/truecharts/charts/issues/15847))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: bitnami/mongodb
|
repository: bitnami/mongodb
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 7.0.4@sha256:20d7c04ac542ad5a46ac3ed0cc7f065b0da20cc72b5e9fe36ece2b565903fff1
|
tag: 7.0.4@sha256:2fd7f81d38b3495c43843c492e42d4950a73de4d40181a557c97d225308f00b0
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
replicas: 1
|
replicas: 1
|
|
@ -218,6 +218,44 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- variable: imagePullSecretList
|
||||||
|
group: "General Settings"
|
||||||
|
label: "Image Pull Secrets"
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: pullsecretentry
|
||||||
|
label: "Pull Secret"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: registry
|
||||||
|
label: "Registry"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "https://index.docker.io/v1/"
|
||||||
|
- variable: username
|
||||||
|
label: "Username"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: "Password"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: email
|
||||||
|
label: "Email"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
- variable: mongodbDatabase
|
- variable: mongodbDatabase
|
||||||
group: "App Configuration"
|
group: "App Configuration"
|
||||||
label: "Database Name"
|
label: "Database Name"
|
||||||
|
@ -556,6 +594,8 @@ questions:
|
||||||
description: emptyDir
|
description: emptyDir
|
||||||
- value: nfs
|
- value: nfs
|
||||||
description: NFS Share
|
description: NFS Share
|
||||||
|
- value: iscsi
|
||||||
|
description: iSCSI Share
|
||||||
- variable: server
|
- variable: server
|
||||||
label: NFS Server
|
label: NFS Server
|
||||||
schema:
|
schema:
|
||||||
|
@ -568,6 +608,83 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: iscsi
|
||||||
|
label: iSCSI Options
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "iscsi"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: targetPortal
|
||||||
|
label: targetPortal
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: iqn
|
||||||
|
label: iqn
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: lun
|
||||||
|
label: lun
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: authSession
|
||||||
|
label: authSession
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: authDiscovery
|
||||||
|
label: authDiscovery
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -660,7 +777,7 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: "disabled"
|
default: "disabled"
|
||||||
enum:
|
enum:
|
||||||
- value: "disabled"
|
- value: disabled
|
||||||
description: disabled
|
description: disabled
|
||||||
- value: smb
|
- value: smb
|
||||||
description: smb
|
description: smb
|
||||||
|
@ -774,6 +891,82 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: iscsi
|
||||||
|
label: iSCSI Options
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "iscsi"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: targetPortal
|
||||||
|
label: targetPortal
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: iqn
|
||||||
|
label: iqn
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: lun
|
||||||
|
label: lun
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: authSession
|
||||||
|
label: authSession
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: authDiscovery
|
||||||
|
label: authDiscovery
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
Loading…
Reference in New Issue