Skip to content

Commit

Permalink
Merge pull request #475 from ludovicm67/trifid-policy
Browse files Browse the repository at this point in the history
[Trifid] Upgrade policy apiVersion
  • Loading branch information
psy-q authored Jun 6, 2023
2 parents 293e1a6 + b271cf8 commit ef37797
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ helm repo add appuio https://charts.appuio.ch
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/snappass-1.0.0/total)](https://github.com/appuio/charts/releases/tag/snappass-1.0.0) | [snappass](appuio/snappass/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-0.18.0/total)](https://github.com/appuio/charts/releases/tag/stardog-0.18.0) | [stardog](appuio/stardog/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-userrole-operator-0.1.1/total)](https://github.com/appuio/charts/releases/tag/stardog-userrole-operator-0.1.1) | [stardog-userrole-operator](appuio/stardog-userrole-operator/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/trifid-2.0.0/total)](https://github.com/appuio/charts/releases/tag/trifid-2.0.0) | [trifid](appuio/trifid/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/trifid-2.0.1/total)](https://github.com/appuio/charts/releases/tag/trifid-2.0.1) | [trifid](appuio/trifid/README.md) |

## Add / Update Charts

Expand Down
2 changes: 1 addition & 1 deletion appuio/trifid/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: trifid
description: Trifid provides a lightweight and easy way to access Linked Data URIs via HTTP.
version: 2.0.0
version: 2.0.1
appVersion: 2.3.7
home: "https://github.com/zazuko/trifid"
sources:
Expand Down
2 changes: 1 addition & 1 deletion appuio/trifid/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trifid

![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2.3.7](https://img.shields.io/badge/AppVersion-2.3.7-informational?style=flat-square)
![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![AppVersion: 2.3.7](https://img.shields.io/badge/AppVersion-2.3.7-informational?style=flat-square)

Trifid provides a lightweight and easy way to access Linked Data URIs via HTTP.

Expand Down
2 changes: 1 addition & 1 deletion appuio/trifid/templates/pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.pdb.enabled }}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "trifid.fullname" . }}
Expand Down

0 comments on commit ef37797

Please sign in to comment.