mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-19 15:37:41 +00:00
feat: 更新 v3.4.3
This commit is contained in:
parent
6417c4c513
commit
cf94068bc0
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@v1
|
||||
with:
|
||||
version: v3.4.2
|
||||
version: v3.4.3
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.1.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: "v3.4.2"
|
||||
appVersion: "v3.4.3"
|
||||
description: A Helm chart for Deploying Jumpserver on Kubernetes
|
||||
engine: gotpl
|
||||
home: https://jumpserver.org
|
||||
@ -10,4 +10,4 @@ maintainers:
|
||||
sources:
|
||||
- https://github.com/jumpserver/
|
||||
name: jumpserver
|
||||
version: 3.4.2
|
||||
version: 3.4.3
|
||||
|
@ -30,7 +30,7 @@ helm repo add jumpserver https://jumpserver.github.io/helm-charts
|
||||
| `nameOveride` | name override | `nil` |
|
||||
| `fullNameOveride` | full name override | `nil` |
|
||||
| `global.imageRegistry` | 仓库地址 | `docker.io` |
|
||||
| `global.imageTag` | 版本号 | `v3.4.2 ` |
|
||||
| `global.imageTag` | 版本号 | `v3.4.3 ` |
|
||||
| `global.imagePullSecrets` | 私有仓库认证凭据 | `nil` |
|
||||
| `global.storageClass` | 存储 sc | `nil` |
|
||||
| `ingress.enabled` | 开启 ingress | `true` |
|
||||
|
@ -12,7 +12,7 @@ fullnameOverride: ""
|
||||
##
|
||||
global:
|
||||
imageRegistry: "ghcr.io"
|
||||
imageTag: v3.4.2
|
||||
imageTag: v3.4.3
|
||||
## E.g.
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
@ -85,7 +85,7 @@ core:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/core
|
||||
tag: v3.4.2
|
||||
tag: v3.4.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -173,7 +173,7 @@ koko:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/koko
|
||||
tag: v3.4.2
|
||||
tag: v3.4.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -265,7 +265,7 @@ lion:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/lion
|
||||
tag: v3.4.2
|
||||
tag: v3.4.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -357,7 +357,7 @@ magnus:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/magnus
|
||||
tag: v3.4.2
|
||||
tag: v3.4.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -448,7 +448,7 @@ omnidb:
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
repository: jumpserver/omnidb
|
||||
tag: v3.4.2
|
||||
tag: v3.4.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -528,7 +528,7 @@ razor:
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
repository: jumpserver/razor
|
||||
tag: v3.4.2
|
||||
tag: v3.4.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -608,7 +608,7 @@ video:
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
repository: jumpserver/video-worker
|
||||
tag: v3.4.2
|
||||
tag: v3.4.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -689,7 +689,7 @@ web:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/web
|
||||
tag: v3.4.2
|
||||
tag: v3.4.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
|
Loading…
Reference in New Issue
Block a user