mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-19 23:47:54 +00:00
feat: 更新 v3.0.2
This commit is contained in:
parent
840acd2cf1
commit
3ff2bc834c
@ -3,7 +3,6 @@
|
||||
<p align="center">
|
||||
<a href="https://www.gnu.org/licenses/gpl-3.0.html"><img src="https://img.shields.io/github/license/jumpserver/jumpserver" alt="License: GPLv3"></a>
|
||||
<a href="https://shields.io/github/downloads/jumpserver/helm-charts/total"><img src="https://shields.io/github/downloads/jumpserver/helm-charts/total" alt=" release"></a>
|
||||
<a href="https://hub.docker.com/u/jumpserver"><img src="https://img.shields.io/docker/pulls/jumpserver/jms_all.svg" alt="Codacy"></a>
|
||||
<a href="https://github.com/jumpserver/helm-charts"><img src="https://img.shields.io/github/stars/jumpserver/helm-charts?color=%231890FF&style=flat-square" alt="Stars"></a>
|
||||
<a href="https://github.com/jumpserver/helm-charts/commits"><img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/jumpserver/helm-charts.svg" /></a>
|
||||
<a href="https://github.com/jumpserver/helm-charts/actions/workflows/release.yml"><img alt="release charts" src="https://github.com/jumpserver/helm-charts/actions/workflows/release.yml/badge.svg" /></a>
|
||||
|
@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: "v3.0.1"
|
||||
appVersion: "v3.0.2"
|
||||
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.0.1
|
||||
version: 3.0.2
|
||||
|
@ -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.0.1 ` |
|
||||
| `global.imageTag` | 版本号 | `v3.0.2 ` |
|
||||
| `global.imagePullSecrets` | 私有仓库认证凭据 | `nil` |
|
||||
| `global.storageClass` | 存储 sc | `nil` |
|
||||
| `ingress.enabled` | 开启 ingress | `true` |
|
||||
|
@ -12,7 +12,7 @@ fullnameOverride: ""
|
||||
##
|
||||
global:
|
||||
imageRegistry: "docker.io"
|
||||
imageTag: v3.0.1
|
||||
imageTag: v3.0.2
|
||||
## E.g.
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
@ -85,7 +85,7 @@ core:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/core
|
||||
tag: v3.0.1
|
||||
tag: v3.0.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -172,7 +172,7 @@ koko:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/koko
|
||||
tag: v3.0.1
|
||||
tag: v3.0.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -263,7 +263,7 @@ lion:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/lion
|
||||
tag: v3.0.1
|
||||
tag: v3.0.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -354,7 +354,7 @@ magnus:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/magnus
|
||||
tag: v3.0.1
|
||||
tag: v3.0.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -444,7 +444,7 @@ omnidb:
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
repository: jumpserver/omnidb
|
||||
tag: v3.0.1
|
||||
tag: v3.0.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -523,7 +523,7 @@ razor:
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
repository: jumpserver/razor
|
||||
tag: v3.0.1
|
||||
tag: v3.0.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
@ -600,7 +600,7 @@ web:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: jumpserver/web
|
||||
tag: v3.0.1
|
||||
tag: v3.0.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
command: []
|
||||
|
Loading…
Reference in New Issue
Block a user