diff --git a/charts/opsgenie-marid/Chart.yaml b/charts/opsgenie-marid/Chart.yaml index e15ce39..ac53c1e 100644 --- a/charts/opsgenie-marid/Chart.yaml +++ b/charts/opsgenie-marid/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "v2.15.0" description: A Helm chart for Kubernetes name: opsgenie-marid -version: 0.2.5 +version: 0.2.6 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 index fd6af58..0542fa0 100644 --- a/charts/opsgenie-marid/README.md +++ b/charts/opsgenie-marid/README.md @@ -1,6 +1,6 @@ # opsgenie-marid -![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) +![Version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-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 @@ -32,7 +32,7 @@ A Helm chart for Kubernetes | 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.image.tag | string | `"v3.6.0"` | | | gitSync.knownHosts | string | `""` | | | gitSync.resources | object | `{}` | | | gitSync.securityContext.allowPrivilegeEscalation | bool | `false` | | diff --git a/charts/opsgenie-marid/values.yaml b/charts/opsgenie-marid/values.yaml index 82863a2..f3dc288 100644 --- a/charts/opsgenie-marid/values.yaml +++ b/charts/opsgenie-marid/values.yaml @@ -25,7 +25,7 @@ gitSync: enabled: false image: repository: k8s.gcr.io/git-sync/git-sync - tag: v3.4.0 + tag: v3.6.0 pullPolicy: IfNotPresent sshKey: "" knownHosts: ""