Compare commits
14 Commits
fc220d955f
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
d586fb0e22
|
|||
|
4a0ee91c17
|
|||
|
8b5a77ab30
|
|||
|
37421fa956
|
|||
|
b9d3176ac4
|
|||
|
58ad803f01
|
|||
|
cb4bc6d732
|
|||
|
6985e6ce3e
|
|||
|
0b295befe7
|
|||
|
d1601b0a06
|
|||
|
506cb4ea58
|
|||
|
bbd2aa9e16
|
|||
|
e7d959d0f9
|
|||
|
b78f8ebce7
|
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: 1.35.1
|
||||
appVersion: 1.35.3
|
||||
description: Unofficial Bitwarden compatible server written in Rust
|
||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/bitwardenrs
|
||||
icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png
|
||||
@@ -17,4 +17,4 @@ name: bitwarden
|
||||
sources:
|
||||
- https://github.com/dani-garcia/bitwarden_rs
|
||||
type: application
|
||||
version: 2.0.42
|
||||
version: 2.0.44
|
||||
|
||||
@@ -15,10 +15,10 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.2.7
|
||||
version: 0.2.8
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "1.8.5"
|
||||
appVersion: "1.8.6"
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
repository: gitea.geekhome.org/ghp/kanidm
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "1.8.5-1"
|
||||
tag: "1.8.6-1"
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
||||
@@ -15,12 +15,12 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time
|
||||
# you make changes to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 6.6.4
|
||||
version: 6.6.6
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
appVersion: "v4.5.4"
|
||||
appVersion: "v4.5.6"
|
||||
|
||||
dependencies:
|
||||
- name: elasticsearch
|
||||
|
||||
@@ -12,5 +12,5 @@ dependencies:
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 24.0.0
|
||||
type: application
|
||||
version: 0.5.1
|
||||
appVersion: 8.0.1
|
||||
version: 0.5.2
|
||||
appVersion: 8.0.2
|
||||
|
||||
@@ -8,7 +8,7 @@ image:
|
||||
repository: chocobozzz/peertube
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "v8.0.1"
|
||||
tag: "v8.0.2"
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
||||
@@ -15,10 +15,21 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.1
|
||||
version: 0.1.5
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "fadd61"
|
||||
appVersion: "29b952"
|
||||
|
||||
home: https://radicle.xyz/
|
||||
|
||||
keywords:
|
||||
- radicle
|
||||
- radicle-explorer
|
||||
|
||||
maintainers:
|
||||
- email: ace@0xace.cc
|
||||
name: Ace
|
||||
url: https://geekhome.org
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
# This sets the pull policy for images.
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "fadd61-1"
|
||||
tag: "29b952-1"
|
||||
|
||||
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
imagePullSecrets: []
|
||||
@@ -29,6 +29,7 @@ configAsCode:
|
||||
fallbackPublicExplorer: https://app.radicle.example.com/nodes/$host/$rid$path
|
||||
requiredApiVersion: "~0.18.0"
|
||||
defaultHttpdPort: 443
|
||||
defaultLocalHttpdPort: 8080
|
||||
defaultHttpdScheme: https
|
||||
source:
|
||||
commitsPerPage: 30
|
||||
@@ -89,7 +90,7 @@ service:
|
||||
ingress:
|
||||
enabled: false
|
||||
className: ""
|
||||
annotations:
|
||||
annotations: {}
|
||||
# cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
|
||||
@@ -15,10 +15,22 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.1
|
||||
version: 0.1.5
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "1.5.0"
|
||||
appVersion: "1.6.1"
|
||||
|
||||
home: https://radicle.xyz/
|
||||
|
||||
keywords:
|
||||
- radicle
|
||||
- radicle-node
|
||||
- radicle-httpd
|
||||
|
||||
maintainers:
|
||||
- email: ace@0xace.cc
|
||||
name: Ace
|
||||
url: https://geekhome.org
|
||||
|
||||
@@ -10,11 +10,11 @@ strategyType: Recreate
|
||||
image:
|
||||
radicleNode:
|
||||
repository: gitea.geekhome.org/ghp/radicle-node
|
||||
tag: "1.5.0-1"
|
||||
tag: "1.6.1-1"
|
||||
pullPolicy: IfNotPresent
|
||||
radicleHttpd:
|
||||
repository: gitea.geekhome.org/ghp/radicle-httpd
|
||||
tag: "0.22.0-1"
|
||||
tag: "0.23.0-1"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
@@ -111,7 +111,7 @@ service:
|
||||
ingress:
|
||||
enabled: false
|
||||
className: ""
|
||||
annotations:
|
||||
annotations: {}
|
||||
# cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
appVersion: "1.6.12"
|
||||
appVersion: "1.6.13"
|
||||
description: A Helm chart for Kubernetes
|
||||
name: roundcube
|
||||
version: 0.4.7
|
||||
version: 0.4.8
|
||||
icon: https://github.com/roundcube/roundcubemail/blob/master/skins/classic/images/roundcube_logo.png
|
||||
|
||||
@@ -2,7 +2,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: roundcube/roundcubemail
|
||||
tag: 1.6.12-apache
|
||||
tag: 1.6.13-apache
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
args: [ sh, -c, 'update-ca-certificates && /docker-entrypoint.sh apache2-foreground' ]
|
||||
|
||||
Reference in New Issue
Block a user