From b421fbf7bc575245fbb1a39b5f2fa34ee0ca27ae Mon Sep 17 00:00:00 2001 From: Holden Omans Date: Fri, 11 Jun 2021 12:19:52 -0400 Subject: [PATCH 1/2] add rancher questions --- .gitignore | 1 + ndustrial/cronjob/Chart.yaml | 4 ++-- ndustrial/cronjob/questions.yml | 27 +++++++++++++++++++++++++++ ndustrial/deployment/Chart.yaml | 4 ++-- ndustrial/deployment/questions.yml | 27 +++++++++++++++++++++++++++ ndustrial/statefulset/Chart.yaml | 4 ++-- ndustrial/statefulset/questions.yml | 27 +++++++++++++++++++++++++++ 7 files changed, 88 insertions(+), 6 deletions(-) create mode 100644 ndustrial/cronjob/questions.yml create mode 100644 ndustrial/deployment/questions.yml create mode 100644 ndustrial/statefulset/questions.yml diff --git a/.gitignore b/.gitignore index 4078e63..af3c1d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .ci **/charts/*.tgz +tmp \ No newline at end of file diff --git a/ndustrial/cronjob/Chart.yaml b/ndustrial/cronjob/Chart.yaml index b8d21bc..72ef6bd 100644 --- a/ndustrial/cronjob/Chart.yaml +++ b/ndustrial/cronjob/Chart.yaml @@ -14,5 +14,5 @@ maintainers: - email: devops@ndustrial.io name: DevOps # Please make sure that version and appVersion are always the same. -version: 0.1.0 -appVersion: 0.1.0 +version: 0.1.1 +appVersion: 0.1.1 diff --git a/ndustrial/cronjob/questions.yml b/ndustrial/cronjob/questions.yml new file mode 100644 index 0000000..db68423 --- /dev/null +++ b/ndustrial/cronjob/questions.yml @@ -0,0 +1,27 @@ +questions: + # Container Images + - variable: image.registry + group: "Container Images" + default: docker.io + type: string + label: Image Registry + - variable: image.repository + group: "Container Images" + default: busybox + type: string + label: Image Repository + - variable: image.tag + group: "Container Images" + default: latest + type: string + label: Image Tag + - variable: image.pullPolicy + group: "Container Images" + default: IfNotPresent + type: enum + required: true + label: Image Pull Policy + options: + - Always + - IfNotPresent + - Never diff --git a/ndustrial/deployment/Chart.yaml b/ndustrial/deployment/Chart.yaml index de8383e..7efedfe 100644 --- a/ndustrial/deployment/Chart.yaml +++ b/ndustrial/deployment/Chart.yaml @@ -12,5 +12,5 @@ maintainers: - email: devops@ndustrial.io name: DevOps # Please make sure that version and appVersion are always the same. -version: 0.1.0 -appVersion: 0.1.0 +version: 0.1.1 +appVersion: 0.1.1 \ No newline at end of file diff --git a/ndustrial/deployment/questions.yml b/ndustrial/deployment/questions.yml new file mode 100644 index 0000000..db68423 --- /dev/null +++ b/ndustrial/deployment/questions.yml @@ -0,0 +1,27 @@ +questions: + # Container Images + - variable: image.registry + group: "Container Images" + default: docker.io + type: string + label: Image Registry + - variable: image.repository + group: "Container Images" + default: busybox + type: string + label: Image Repository + - variable: image.tag + group: "Container Images" + default: latest + type: string + label: Image Tag + - variable: image.pullPolicy + group: "Container Images" + default: IfNotPresent + type: enum + required: true + label: Image Pull Policy + options: + - Always + - IfNotPresent + - Never diff --git a/ndustrial/statefulset/Chart.yaml b/ndustrial/statefulset/Chart.yaml index 0932482..8677166 100644 --- a/ndustrial/statefulset/Chart.yaml +++ b/ndustrial/statefulset/Chart.yaml @@ -12,5 +12,5 @@ maintainers: - email: devops@ndustrial.io name: DevOps # Please make sure that version and appVersion are always the same. -version: 0.1.0 -appVersion: 0.1.0 +version: 0.1.1 +appVersion: 0.1.1 \ No newline at end of file diff --git a/ndustrial/statefulset/questions.yml b/ndustrial/statefulset/questions.yml new file mode 100644 index 0000000..db68423 --- /dev/null +++ b/ndustrial/statefulset/questions.yml @@ -0,0 +1,27 @@ +questions: + # Container Images + - variable: image.registry + group: "Container Images" + default: docker.io + type: string + label: Image Registry + - variable: image.repository + group: "Container Images" + default: busybox + type: string + label: Image Repository + - variable: image.tag + group: "Container Images" + default: latest + type: string + label: Image Tag + - variable: image.pullPolicy + group: "Container Images" + default: IfNotPresent + type: enum + required: true + label: Image Pull Policy + options: + - Always + - IfNotPresent + - Never From 2e4fbbf6b6132b437c7bce8af826230c04636dd8 Mon Sep 17 00:00:00 2001 From: Holden Omans Date: Fri, 11 Jun 2021 12:24:15 -0400 Subject: [PATCH 2/2] minor update --- ndustrial/deployment/Chart.yaml | 2 +- ndustrial/statefulset/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ndustrial/deployment/Chart.yaml b/ndustrial/deployment/Chart.yaml index 7efedfe..8cbc267 100644 --- a/ndustrial/deployment/Chart.yaml +++ b/ndustrial/deployment/Chart.yaml @@ -13,4 +13,4 @@ maintainers: name: DevOps # Please make sure that version and appVersion are always the same. version: 0.1.1 -appVersion: 0.1.1 \ No newline at end of file +appVersion: 0.1.1 diff --git a/ndustrial/statefulset/Chart.yaml b/ndustrial/statefulset/Chart.yaml index 8677166..cac8552 100644 --- a/ndustrial/statefulset/Chart.yaml +++ b/ndustrial/statefulset/Chart.yaml @@ -13,4 +13,4 @@ maintainers: name: DevOps # Please make sure that version and appVersion are always the same. version: 0.1.1 -appVersion: 0.1.1 \ No newline at end of file +appVersion: 0.1.1