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 image and deployment apiVersion (#18569)
Browse files Browse the repository at this point in the history
* [stable/quassel] Update to latest quassel-core image tag

The current tag is two+ years old and new versions have been released.
Also the repo seems to do weekly/monthly image update to unsure all
packages inside are up te date.

Signed-off-by: Cees-Jan Kiewiet <[email protected]>

* [stable/quassel] Update apiVersion to apps/v1

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 authored Jul 18, 2020
1 parent 3d117ec commit 2ace5c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/quassel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.12.4
appVersion: 0.13.1
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
2 changes: 1 addition & 1 deletion stable/quassel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

image:
repository: linuxserver/quassel-core
tag: 92
tag: 0.13.1-ls33
pullPolicy: IfNotPresent

# User and Group IDs to run Quassel as
Expand Down

0 comments on commit 2ace5c8

Please sign in to comment.