Skip to content

Commit

Permalink
Upgrade git-sync (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen authored Aug 11, 2022
1 parent 131f50d commit 8a5646a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5
version: 0.2.6
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
4 changes: 2 additions & 2 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.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

Expand Down Expand Up @@ -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` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/opsgenie-marid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 8a5646a

Please sign in to comment.