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

[stable/quassel] Update image and deployment apiVersion #18569

Merged
merged 2 commits into from
Jul 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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