Replace 1G with 1Gi
This commit is contained in:
parent
f2ff57159a
commit
db8236b45f
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: mealie
|
name: mealie
|
||||||
description: A Helm chart for running Mealie
|
description: A Helm chart for running Mealie
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.0
|
version: 0.3.1
|
||||||
appVersion: v1.10.2
|
appVersion: v1.10.2
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: allanger
|
- name: allanger
|
||||||
|
@ -61,7 +61,7 @@ service:
|
|||||||
storage:
|
storage:
|
||||||
data:
|
data:
|
||||||
storageClassName: default
|
storageClassName: default
|
||||||
size: 1G
|
size: 1Gi
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
env:
|
env:
|
||||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: vaultwarden
|
name: vaultwarden
|
||||||
description: Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
|
description: Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.0
|
version: 2.1.0
|
||||||
appVersion: 1.31.0
|
appVersion: 1.31.0
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: allanger
|
- name: allanger
|
||||||
@ -11,7 +11,7 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: softplayer-lib-workload
|
- name: softplayer-lib-workload
|
||||||
version: 0.2.1
|
version: 0.2.1
|
||||||
repository: oci://git.badhouseplants.net/softplayer
|
repository: oci://registry.badhouseplants.net/softplayer
|
||||||
annotations:
|
annotations:
|
||||||
allowed_workload_kinds: "Deployment"
|
allowed_workload_kinds: "Deployment"
|
||||||
sources:
|
sources:
|
||||||
|
@ -63,7 +63,7 @@ service:
|
|||||||
storage:
|
storage:
|
||||||
data:
|
data:
|
||||||
storageClassName: default
|
storageClassName: default
|
||||||
size: 1G
|
size: 1Gi
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
# logs:
|
# logs:
|
||||||
|
Loading…
Reference in New Issue
Block a user