Skip to content

Commit

Permalink
Bump image (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen authored Aug 10, 2022
1 parent 6ffc2cc commit 131f50d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/opsgenie-marid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "v2.15.0"
description: A Helm chart for Kubernetes
name: opsgenie-marid
version: 0.2.4
version: 0.2.5
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
6 changes: 3 additions & 3 deletions charts/opsgenie-marid/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# opsgenie-marid

![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![AppVersion: v2.15.0](https://img.shields.io/badge/AppVersion-v2.15.0-informational?style=flat-square)
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-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

Expand Down Expand Up @@ -41,7 +41,7 @@ A Helm chart for Kubernetes
| gitSync.sshKey | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"quay.io/evryfs/docker-marid"` | |
| image.tag | string | `"v2.15.0-7"` | |
| image.tag | string | `"v2.15.0-8"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
Expand All @@ -61,4 +61,4 @@ A Helm chart for Kubernetes
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
2 changes: 1 addition & 1 deletion 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-7
tag: v2.15.0-8
pullPolicy: IfNotPresent

podSecurityContext:
Expand Down

0 comments on commit 131f50d

Please sign in to comment.