Skip to content

Commit

Permalink
Bump images, move to chart v2 spec (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen authored Feb 27, 2022
1 parent d94e754 commit 680ae96
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 5 deletions.
1 change: 0 additions & 1 deletion .helmdocsignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# ignore for now
opsgenie-marid
mcrouter
github-actions-runner-operator
4 changes: 2 additions & 2 deletions charts/opsgenie-marid/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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/[email protected]?cdnVersion=565
home: https://docs.opsgenie.com/docs/marid-integration-server-for-opsgenie
keywords:
Expand Down
58 changes: 58 additions & 0 deletions charts/opsgenie-marid/README.md
Original file line number Diff line number Diff line change
@@ -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:** <https://docs.opsgenie.com/docs/marid-integration-server-for-opsgenie>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| davidkarlsen | [email protected] | |

## 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=<proxy_host>\n#http.proxy.port=<proxy_port>\n#http.proxy.username=<proxy_authentication_username>\n#http.proxy.password=<proxy_authentication_password>\n#http.proxy.protocol=<proxy_connection_protocol>\n#http.proxy.authMethod=<proxy_authentication_mechanism>\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.<action_name>.script=<script_file_name>\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)
4 changes: 2 additions & 2 deletions charts/opsgenie-marid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: ""
Expand Down

0 comments on commit 680ae96

Please sign in to comment.