diff --git a/charts/incubator/warrior/.helmignore b/charts/incubator/warrior/.helmignore new file mode 100644 index 00000000..4379e2b3 --- /dev/null +++ b/charts/incubator/warrior/.helmignore @@ -0,0 +1,26 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl diff --git a/charts/incubator/warrior/Chart.yaml b/charts/incubator/warrior/Chart.yaml new file mode 100644 index 00000000..58bfa83e --- /dev/null +++ b/charts/incubator/warrior/Chart.yaml @@ -0,0 +1,25 @@ +apiVersion: v2 +appVersion: latest +description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do! +name: warrior +version: 1.0.0 +kubeVersion: ">=1.16.0-0" +keywords: + - warrior + - archiveteam +home: https://github.com/k8s-at-home/charts/tree/master/charts/incubator/warrior +icon: https://camo.githubusercontent.com/782d076bd3542f1e91abe60274e7fac9f63f586f8f6a27a13e16425fb8fd4608/68747470733a2f2f7777772e617263686976657465616d2e6f72672f696d616765732f662f66332f417263686976655f7465616d2e706e67 +sources: + - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior + - https://github.com/ArchiveTeam/warrior-dockerfile +maintainers: + - name: stimmerman + email: sander@red9.nl +dependencies: + - name: common + repository: https://library-charts.k8s-at-home.com + version: 4.3.0 +annotations: + artifacthub.io/changes: | + - kind: added + description: Initial chart version. diff --git a/charts/incubator/warrior/README_CONFIG.md.gotmpl b/charts/incubator/warrior/README_CONFIG.md.gotmpl new file mode 100644 index 00000000..e93d80bf --- /dev/null +++ b/charts/incubator/warrior/README_CONFIG.md.gotmpl @@ -0,0 +1,9 @@ +{{- define "custom.custom.configuration.header" -}} +## Custom configuration +{{- end -}} + +{{- define "custom.custom.configuration" -}} +{{ template "custom.custom.configuration.header" . }} + +N/A +{{- end -}} diff --git a/charts/incubator/warrior/templates/NOTES.txt b/charts/incubator/warrior/templates/NOTES.txt new file mode 100644 index 00000000..90f7b653 --- /dev/null +++ b/charts/incubator/warrior/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "common.notes.defaultNotes" . -}} diff --git a/charts/incubator/warrior/templates/common.yaml b/charts/incubator/warrior/templates/common.yaml new file mode 100644 index 00000000..a6613c2c --- /dev/null +++ b/charts/incubator/warrior/templates/common.yaml @@ -0,0 +1 @@ +{{ include "common.all" . }} diff --git a/charts/incubator/warrior/values.yaml b/charts/incubator/warrior/values.yaml new file mode 100644 index 00000000..286d2191 --- /dev/null +++ b/charts/incubator/warrior/values.yaml @@ -0,0 +1,36 @@ +# +# IMPORTANT NOTE +# +# This chart inherits from our common library chart. You can check the default values/options here: +# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml +# + +image: + # -- image repository + repository: atdr.meo.ws/archiveteam/warrior-dockerfile + # -- image tag + # @default -- chart.appVersion + tag: + # -- image pull policy + pullPolicy: Always + +# -- Configures service settings for the chart. +# @default -- See values.yaml +service: + main: + ports: + http: + port: 8001 + +ingress: + # -- Enable and configure ingress settings for the chart under this key. + # @default -- See values.yaml + main: + enabled: false + +# -- Configure persistence settings for the chart under this key. +# @default -- See values.yaml +persistence: + config: + enabled: false + mountPath: /projects