Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/quassel] Update apiVersion to apps/v1
Browse files Browse the repository at this point in the history
apps/v1beta2 isn't supported anymore on the latest k8s. (Tested on this
1.16.)

Signed-off-by: Cees-Jan Kiewiet <[email protected]>
  • Loading branch information
WyriHaximus committed Nov 4, 2019
1 parent b3fdb7b commit 904ccb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/quassel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.12.4
description: Quassel IRC is a modern, cross-platform, distributed IRC client.
name: quassel
version: 0.2.9
version: 0.2.10
icon: https://avatars3.githubusercontent.com/u/2965670
home: https://quassel-irc.org/
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion stable/quassel/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "quassel.fullname" . }}
Expand Down

0 comments on commit 904ccb9

Please sign in to comment.