Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
|
||||
## [drone-runner-0.0.1]drone-runner-0.0.1 (2022-08-18)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add drone-runner ([#3489](https://github.com/truecharts/charts/issues/3489))
|
||||
|
||||
|
||||
22
incubator/drone-runner/0.0.2/CHANGELOG.md
Normal file
22
incubator/drone-runner/0.0.2/CHANGELOG.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
|
||||
## [drone-runner-0.0.2](https://github.com/truecharts/charts/compare/drone-runner-0.0.1...drone-runner-0.0.2) (2022-08-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix some mistakes ([#3514](https://github.com/truecharts/charts/issues/3514))
|
||||
|
||||
|
||||
|
||||
|
||||
## [drone-runner-0.0.1]drone-runner-0.0.1 (2022-08-18)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add drone-runner ([#3489](https://github.com/truecharts/charts/issues/3489))
|
||||
@@ -3,4 +3,4 @@ dependencies:
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.12
|
||||
digest: sha256:2b926ab794b2ebae2ba0c898ffe38320266e86eafebe44d869c8f0721f5dac27
|
||||
generated: "2022-08-18T20:17:57.183950294Z"
|
||||
generated: "2022-08-19T07:55:34.052821422Z"
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
appVersion: "1.0.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/drone-runner
|
||||
- https://docs.drone.io
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -1,6 +1,6 @@
|
||||
# drone-runner
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Drone by Harness™ is a modern Continuous Integration platform
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
image:
|
||||
repository: drone/drone-runner-kube
|
||||
repository: tccr.io/truecharts/drone-runner-kube
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:003848908e19a23b8f3eb97c763cc634e48826517c587d526707e0668feb22b7
|
||||
tag: v1.0.0@sha256:d3e206ce5a124ab363b408d131594e9b5be88ae14a9f3ba8206e26cd7f3b30f2
|
||||
|
||||
env:
|
||||
DRONE_RPC_HOST: ""
|
||||
DRONE_RPC_PROTO: "http"
|
||||
|
||||
secretEnv:
|
||||
DRONE_RPC_SECRET: ""
|
||||
|
||||
service:
|
||||
@@ -13,6 +15,7 @@ service:
|
||||
ports:
|
||||
main:
|
||||
port: 3000
|
||||
protocol: HTTP
|
||||
targetPort: 3000
|
||||
|
||||
rbac:
|
||||
@@ -185,13 +185,25 @@ questions:
|
||||
type: string
|
||||
default: "http"
|
||||
required: true
|
||||
- variable: DRONE_RPC_SECRET
|
||||
label: " DRONE_RPC_SECRET"
|
||||
description: " DRONE RPC SECRET"
|
||||
enum:
|
||||
- value: "http"
|
||||
description: "http"
|
||||
- value: "https"
|
||||
description: "https"
|
||||
- variable: secretEnv
|
||||
group: "Container Configuration"
|
||||
label: "Image Secrets"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: DRONE_RPC_SECRET
|
||||
label: "DRONE_RPC_SECRET"
|
||||
description: "DRONE RPC SECRET"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
default: ""
|
||||
- variable: TZ
|
||||
label: Timezone
|
||||
group: Container Configuration
|
||||
@@ -397,29 +409,35 @@ questions:
|
||||
default: 3000
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
label: Show Advanced Settings
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: enabled
|
||||
label: Enable the Port
|
||||
schema:
|
||||
type: boolean
|
||||
hidden: true
|
||||
default: true
|
||||
- variable: protocol
|
||||
label: "Port Type"
|
||||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: "HTTP"
|
||||
default: HTTP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: "HTTP"
|
||||
- value: "HTTPS"
|
||||
description: "HTTPS"
|
||||
description: HTTP
|
||||
- value: HTTPS
|
||||
description: HTTPS
|
||||
- value: TCP
|
||||
description: "TCP"
|
||||
- value: "UDP"
|
||||
description: "UDP"
|
||||
description: TCP
|
||||
- value: UDP
|
||||
description: UDP
|
||||
- variable: nodePort
|
||||
label: "Node Port (Optional)"
|
||||
description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer"
|
||||
label: Node Port (Optional)
|
||||
description: This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer
|
||||
schema:
|
||||
type: int
|
||||
min: 9000
|
||||
@@ -696,185 +714,6 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
- variable: persistence
|
||||
label: Integrated Persistent Storage
|
||||
description: Integrated Persistent Storage
|
||||
group: Storage and Persistence
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
|
||||
- variable: type
|
||||
label: Type of Storage
|
||||
description: Sets the persistence type, Anything other than PVC could break rollback!
|
||||
schema:
|
||||
type: string
|
||||
default: simplePVC
|
||||
enum:
|
||||
- value: simplePVC
|
||||
description: PVC (simple)
|
||||
- value: simpleHP
|
||||
description: Host Path (simple)
|
||||
- value: emptyDir
|
||||
description: emptyDir
|
||||
- value: pvc
|
||||
description: PVC
|
||||
- value: hostPath
|
||||
description: Host Path
|
||||
- value: nfs
|
||||
description: NFS Share
|
||||
- variable: server
|
||||
label: NFS Server
|
||||
schema:
|
||||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: path
|
||||
label: Path on NFS Server
|
||||
schema:
|
||||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: setPermissionsSimple
|
||||
label: Automatic Permissions
|
||||
description: Automatically set permissions on install
|
||||
schema:
|
||||
show_if: [["type", "=", "simpleHP"]]
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: setPermissions
|
||||
label: Automatic Permissions
|
||||
description: Automatically set permissions on install
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: readOnly
|
||||
label: Read Only
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: hostPathSimple
|
||||
label: Host Path
|
||||
description: Path inside the container the storage is mounted
|
||||
schema:
|
||||
show_if: [["type", "=", "simpleHP"]]
|
||||
type: hostpath
|
||||
- variable: hostPath
|
||||
label: Host Path
|
||||
description: Path inside the container the storage is mounted
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
type: hostpath
|
||||
- variable: medium
|
||||
label: EmptyDir Medium
|
||||
schema:
|
||||
show_if: [["type", "=", "emptyDir"]]
|
||||
type: string
|
||||
default: ""
|
||||
enum:
|
||||
- value: ""
|
||||
description: Default
|
||||
- value: Memory
|
||||
description: Memory
|
||||
- variable: size
|
||||
label: Size quotum of Storage
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: 999Gi
|
||||
- variable: hostPathType
|
||||
label: (Advanced) hostPath Type
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
type: string
|
||||
default: ""
|
||||
enum:
|
||||
- value: ""
|
||||
description: Default
|
||||
- value: DirectoryOrCreate
|
||||
description: DirectoryOrCreate
|
||||
- value: Directory
|
||||
description: Directory
|
||||
- value: FileOrCreate
|
||||
description: FileOrCreate
|
||||
- value: File
|
||||
description: File
|
||||
- value: Socket
|
||||
description: Socket
|
||||
- value: CharDevice
|
||||
description: CharDevice
|
||||
- value: BlockDevice
|
||||
description: BlockDevice
|
||||
- variable: storageClass
|
||||
label: (Advanced) storageClass
|
||||
description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!"
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: SCALE-ZFS
|
||||
- variable: accessMode
|
||||
label: (Advanced) Access Mode
|
||||
description: Allow or disallow multiple PVC's writhing to the same PV
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: ReadWriteOnce
|
||||
enum:
|
||||
- value: ReadWriteOnce
|
||||
description: ReadWriteOnce
|
||||
- value: ReadOnlyMany
|
||||
description: ReadOnlyMany
|
||||
- value: ReadWriteMany
|
||||
description: ReadWriteMany
|
||||
- variable: advanced
|
||||
label: Show Advanced Options
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: labelsList
|
||||
label: Labels
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: labelItem
|
||||
label: Label
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
- variable: value
|
||||
label: Value
|
||||
schema:
|
||||
type: string
|
||||
- variable: annotationsList
|
||||
label: Annotations
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: annotationItem
|
||||
label: Label
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
- variable: value
|
||||
label: Value
|
||||
schema:
|
||||
type: string
|
||||
- variable: persistenceList
|
||||
label: Additional App Storage
|
||||
group: Storage and Persistence
|
||||
Reference in New Issue
Block a user