From 680ae96df2b41c96dd2fa812d1353ca2fbace5d8 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Sun, 27 Feb 2022 23:30:47 +0100 Subject: [PATCH] Bump images, move to chart v2 spec (#146) --- .helmdocsignore | 1 - charts/opsgenie-marid/Chart.yaml | 4 +-- charts/opsgenie-marid/README.md | 58 +++++++++++++++++++++++++++++++ charts/opsgenie-marid/values.yaml | 4 +-- 4 files changed, 62 insertions(+), 5 deletions(-) create mode 100644 charts/opsgenie-marid/README.md diff --git a/.helmdocsignore b/.helmdocsignore index 8a22a0b..bbe4d85 100644 --- a/.helmdocsignore +++ b/.helmdocsignore @@ -1,4 +1,3 @@ # ignore for now -opsgenie-marid mcrouter github-actions-runner-operator diff --git a/charts/opsgenie-marid/Chart.yaml b/charts/opsgenie-marid/Chart.yaml index 22f7b4b..c74aace 100644 --- a/charts/opsgenie-marid/Chart.yaml +++ b/charts/opsgenie-marid/Chart.yaml @@ -1,8 +1,8 @@ -apiVersion: v1 +apiVersion: v2 appVersion: "v2.15.0" description: A Helm chart for Kubernetes name: opsgenie-marid -version: 0.2.2 +version: 0.2.3 icon: https://wac-cdn.atlassian.com/dam/jcr:8dbf0e36-5b84-4205-8dcb-3f7e94240ae7/marid-logo@2x.png?cdnVersion=565 home: https://docs.opsgenie.com/docs/marid-integration-server-for-opsgenie keywords: diff --git a/charts/opsgenie-marid/README.md b/charts/opsgenie-marid/README.md new file mode 100644 index 0000000..5c64fc5 --- /dev/null +++ b/charts/opsgenie-marid/README.md @@ -0,0 +1,58 @@ +# opsgenie-marid + +![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![AppVersion: v2.15.0](https://img.shields.io/badge/AppVersion-v2.15.0-informational?style=flat-square) + +A Helm chart for Kubernetes + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| davidkarlsen | david@davidkarlsen.com | | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| affinity | object | `{}` | | +| configmap."marid.conf" | string | `"apiKey = YOUR_API_KEY\n#if you are using opsgenie from another domain e.g. eu, sandbox etc.\n#you should update the line below\nopsgenie.api.url = https://api.opsgenie.com\n######################################## MARID CONFIGURATION ##################################################\n\n######################################## PROXY SERVER CONFIGURATION ############################################\n#http.proxy.server.enabled=false\n#http.proxy.server.port=11111\n#http.proxy.server.host=localhost\n#http.proxy.server.username=admin\n#http.proxy.server.password=changeme\n\n######################################## PROXY CONFIGURATION FOR EXTERNAL HTTP REQUESTS FROM MARID##############\n#http.proxy.enabled=false\n#http.proxy.host=\n#http.proxy.port=\n#http.proxy.username=\n#http.proxy.password=\n#http.proxy.protocol=\n#http.proxy.authMethod=\n\n######################################## HTTP SERVER CONFIGURATION ############################################\n#maridKey=changeme\n#http.server.enabled=true\n#http.server.host=localhost\n#http.server.port=8080\n#http.server.maxContentLength=2000000\n\n#async.script.shutdown.wait.time=90000\n#async.script.executor.thread.count=20\n#async.script.executor.queue.count=10000\n\n######################################## HTTPS SERVER CONFIGURATION ############################################\n#https.server.enabled=true\n#https.server.host=localhost\n#https.server.port=8443\n#https.server.maxContentLength=2000000\n\n#######################################ALERT ACTION SCRIPT CONFIGURATION #####################################\n#actions..script=\n##############################################################################################################\n"` | | +| env | list | `[]` | | +| fullnameOverride | string | `""` | | +| gitSync.branch | string | `"master"` | | +| gitSync.enabled | bool | `false` | | +| gitSync.env | list | `[]` | | +| gitSync.extraArgs[0] | string | `"-ssh"` | | +| gitSync.extraArgs[1] | string | `"-dest=scripts"` | | +| gitSync.extraArgs[2] | string | `"-depth=1"` | | +| gitSync.extraArgs[3] | string | `"-wait=60"` | | +| gitSync.extraArgs[4] | string | `"-ssh-known-hosts=false"` | | +| gitSync.extraArgs[5] | string | `"-logtostderr"` | | +| gitSync.extraArgs[6] | string | `"-v=9"` | | +| gitSync.image.pullPolicy | string | `"IfNotPresent"` | | +| gitSync.image.repository | string | `"k8s.gcr.io/git-sync/git-sync"` | | +| gitSync.image.tag | string | `"v3.4.0"` | | +| gitSync.knownHosts | string | `""` | | +| gitSync.resources | object | `{}` | | +| gitSync.sshKey | string | `""` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"quay.io/evryfs/docker-marid"` | | +| image.tag | string | `"v2.15.0-7"` | | +| imagePullSecrets | list | `[]` | | +| ingress.annotations | object | `{}` | | +| ingress.enabled | bool | `false` | | +| ingress.hosts[0].host | string | `"chart-example.local"` | | +| ingress.hosts[0].paths | list | `[]` | | +| ingress.tls | list | `[]` | | +| nameOverride | string | `""` | | +| nodeSelector | object | `{}` | | +| podSecurityContext.fsGroup | int | `65533` | | +| replicaCount | int | `1` | | +| resources | object | `{}` | | +| service.port | int | `80` | | +| service.type | string | `"ClusterIP"` | | +| tolerations | list | `[]` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.7.0](https://github.com/norwoodj/helm-docs/releases/v1.7.0) diff --git a/charts/opsgenie-marid/values.yaml b/charts/opsgenie-marid/values.yaml index a246759..cfa1188 100644 --- a/charts/opsgenie-marid/values.yaml +++ b/charts/opsgenie-marid/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: quay.io/evryfs/docker-marid - tag: v2.15.0-6 + tag: v2.15.0-7 pullPolicy: IfNotPresent podSecurityContext: @@ -16,7 +16,7 @@ gitSync: enabled: false image: repository: k8s.gcr.io/git-sync/git-sync - tag: v3.2.0 + tag: v3.4.0 pullPolicy: IfNotPresent sshKey: "" knownHosts: ""