Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
helm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
helm
Compare revisions
9414a5ae6a371b464028d5d6befd6adc7181f242 to 2926c90c9a42e3ceef69c6b39ceacba90b472bb8
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
justJanne/helm
Select target project
No results found
2926c90c9a42e3ceef69c6b39ceacba90b472bb8
Select Git revision
Branches
main
Swap
Target
justJanne/helm
Select target project
justJanne/helm
1 result
9414a5ae6a371b464028d5d6befd6adc7181f242
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
feat: move quassel from deployment to statefulset
· 71928e88
Janne Mareike Koschinski
authored
1 year ago
71928e88
feat: update imghost
· 2926c90c
Janne Mareike Koschinski
authored
1 year ago
2926c90c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
imghost/Chart.yaml
+2
-2
2 additions, 2 deletions
imghost/Chart.yaml
quassel/Chart.yaml
+1
-1
1 addition, 1 deletion
quassel/Chart.yaml
quassel/templates/statefulset.yaml
+2
-1
2 additions, 1 deletion
quassel/templates/statefulset.yaml
with
5 additions
and
4 deletions
imghost/Chart.yaml
View file @
2926c90c
...
...
@@ -2,5 +2,5 @@ apiVersion: v2
name
:
imghost
description
:
Helm Chart for imghost
type
:
application
version
:
1.
2
.0
appVersion
:
"
bfcfd7a0
"
version
:
1.
3
.0
appVersion
:
"
8bd00793
"
This diff is collapsed.
Click to expand it.
quassel/Chart.yaml
View file @
2926c90c
...
...
@@ -2,5 +2,5 @@ apiVersion: v2
name
:
quassel
description
:
Helm Chart for Quassel-Core
type
:
application
version
:
1.
0.3
version
:
1.
1.0
appVersion
:
"
v0.14.0"
This diff is collapsed.
Click to expand it.
quassel/templates/
deploymen
t.yaml
→
quassel/templates/
statefulse
t.yaml
View file @
2926c90c
apiVersion
:
apps/v1
kind
:
Deploymen
t
kind
:
StatefulSe
t
metadata
:
name
:
{{
include "quassel-helm.fullname" .
}}
labels
:
{{
- include "quassel-helm.labels" . | nindent 4
}}
spec
:
replicas
:
{{
.Values.replicaCount
}}
serviceName
:
{{
include "quassel-helm.fullname" .
}}
selector
:
matchLabels
:
{{
- include "quassel-helm.selectorLabels" . | nindent 6
}}
...
...
This diff is collapsed.
Click to expand it.