Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-18 15:19:32 +00:00
parent 8bb227378b
commit 7110c53bf3
12 changed files with 194 additions and 60 deletions

View File

@@ -1,9 +0,0 @@
## [passwordpusherephemeral-2.0.27](https://github.com/truecharts/charts/compare/passwordpusherephemeral-2.0.26...passwordpusherephemeral-2.0.27) (2023-05-01)
### Chore
- update container image tccr.io/truecharts/passwordpusherephemeral to latest ([#8678](https://github.com/truecharts/charts/issues/8678))

View File

@@ -4,6 +4,29 @@
## [passwordpusherephemeral-2.0.28](https://github.com/truecharts/charts/compare/passwordpusherephemeral-3.0.0...passwordpusherephemeral-2.0.28) (2023-11-18)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
### Fix
- update container image tccr.io/truecharts/passwordpusherephemeral to latest ([#14959](https://github.com/truecharts/charts/issues/14959))
## [passwordpusherephemeral-3.0.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-2.0.27...passwordpusherephemeral-3.0.0) (2023-07-31)
### Fix
- fix mistakes on questions.yaml
## [passwordpusherephemeral-2.0.27](https://github.com/truecharts/charts/compare/passwordpusherephemeral-2.0.26...passwordpusherephemeral-2.0.27) (2023-05-01)
### Chore
@@ -74,26 +97,3 @@
## [passwordpusherephemeral-2.0.20](https://github.com/truecharts/charts/compare/passwordpusherephemeral-2.0.19...passwordpusherephemeral-2.0.20) (2023-02-03)
## [passwordpusherephemeral-2.0.19](https://github.com/truecharts/charts/compare/passwordpusherephemeral-2.0.18...passwordpusherephemeral-2.0.19) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/passwordpusherephemeral to latest
## [passwordpusherephemeral-2.0.18](https://github.com/truecharts/charts/compare/passwordpusherephemeral-2.0.17...passwordpusherephemeral-2.0.18) (2023-01-18)
### Chore
- update container image tccr.io/truecharts/passwordpusherephemeral to latest
## [passwordpusherephemeral-2.0.17](https://github.com/truecharts/charts/compare/passwordpusherephemeral-2.0.16...passwordpusherephemeral-2.0.17) (2023-01-12)
### Chore

View File

@@ -1,9 +1,6 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Security
- Tools-Utilities
truecharts.org/category: Productivity
apiVersion: v2
appVersion: "latest"
dependencies:
@@ -29,4 +26,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/passwordpusherephemeral
- https://github.com/pglombardo/PasswordPusher
type: application
version: 2.0.27
version: 2.0.28

View File

@@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@@ -0,0 +1,13 @@
## [passwordpusherephemeral-2.0.28](https://github.com/truecharts/charts/compare/passwordpusherephemeral-3.0.0...passwordpusherephemeral-2.0.28) (2023-11-18)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
### Fix
- update container image tccr.io/truecharts/passwordpusherephemeral to latest ([#14959](https://github.com/truecharts/charts/issues/14959))

View File

@@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/passwordpusherephemeral
tag: latest@sha256:adafa1315e1151b55d9b4dee119d9394eb81412b47686a0d426945bfa399eab5
tag: latest@sha256:46c1c3a3f8d30ddcc23159a9db175ee3c1a402beb0e6fff84aa243283c5be58a
persistence: {}
podSecurityContext:
runAsGroup: 0

View File

@@ -31,7 +31,19 @@ groups:
description: Documentation
portals: {}
questions:
- variable: global
group: General Settings
label: "Global Settings"
schema:
additional_attrs: true
type: dict
attrs:
- variable: stopAll
label: Stop All
description: "Stops All Running pods and hibernates cnpg"
schema:
type: boolean
default: false
- variable: workload
group: "Workload Settings"
label: ""
@@ -139,13 +151,6 @@ questions:
default: false
show_subquestions_if: true
subquestions:
- variable: hostNetwork
group: Networking and Services
label: Host-Networking (Complicated)
schema:
hidden: true
type: boolean
default: false
- variable: scaleExternalInterface
description: Add External Interfaces
label: Add external Interfaces
@@ -157,6 +162,7 @@ questions:
description: Interface Configuration
label: Interface Configuration
schema:
additional_attrs: true
type: dict
$ref:
- "normalize/interfaceConfiguration"
@@ -173,6 +179,7 @@ questions:
description: Define how IP Address will be managed
label: IP Address Management
schema:
additional_attrs: true
type: dict
required: true
attrs:
@@ -402,13 +409,44 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@@ -445,6 +483,99 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: 256Gi
- variable: storageClass
label: 'storageClass (Advanced)'
description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: ""
- variable: static
label: 'Static Fixed PVC Bindings (Experimental)'
description: Link a PVC to a specific storage location
schema:
show_if: [["type", "=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: mode
label: mode
description: |
disabled: use normal dynamic PVCs
smb: connect to an SMB share
nfs: connect to an NFS share
schema:
type: string
default: "disabled"
enum:
- value: "disabled"
description: disabled
- value: smb
description: smb
- value: nfs
description: nfs
- variable: server
label: Server
description: server to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "myserver"
- variable: share
label: Share
description: share to connect to
schema:
type: string
show_if: [["mode", "!=", "disabled"]]
default: "/myshare"
- variable: user
label: User
description: connecting user
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: "myuser"
- variable: domain
label: Domain
description: user domain
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: password
label: Password
description: connecting password
schema:
type: string
show_if: [["mode", "=", "smb"]]
default: ""
- variable: volumeSnapshots
label: 'Volume Snapshots (Experimental)'
description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
schema:
show_if: [["type", "=", "pvc"]]
type: list
default: []
items:
- variable: volumeSnapshotEntry
label: Custom volumeSnapshot
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
description: 'WARNING: renaming this, means deletion of the snapshot with the old name!'
schema:
type: string
default: "mysnapshot"
required: true
- variable: volumeSnapshotClassName
label: 'volumeSnapshot Class Name (Advanced)'
description: For use with PVCs using a non-default storageClass
schema:
type: string
default: ""
- variable: securityContext
group: Security and Permissions
label: Security Context
@@ -553,14 +684,14 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 8Gi
@@ -574,7 +705,7 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 10m
@@ -582,7 +713,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 50Mi
@@ -646,6 +777,7 @@ questions:
- variable: gpu
label: Select GPU
schema:
additional_attrs: true
type: dict
$ref:
- "definitions/gpuConfiguration"
@@ -1233,6 +1365,7 @@ questions:
- variable: openvpn
label: OpenVPN Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "openvpn"]]
attrs:
@@ -1253,6 +1386,7 @@ questions:
- variable: tailscale
label: Tailscale Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:
@@ -1379,6 +1513,7 @@ questions:
schema:
type: string
required: true
max_length: 10240
- variable: docs
group: Documentation
label: Please read the documentation at https://truecharts.org

View File

@@ -1,6 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.png
categories:
- Productivity
- Security
- Tools-Utilities
screenshots: []