mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 10:18:39 +00:00
Get rid of bitnami images
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ spec:
|
||||
restartPolicy: Never
|
||||
containers:
|
||||
- name: update-resources
|
||||
image: bitnami/kubectl:latest
|
||||
image: docker.io/alpine/k8s:1.33.4
|
||||
resources:
|
||||
requests:
|
||||
memory: "16Mi"
|
||||
|
||||
@@ -19,7 +19,7 @@ spec:
|
||||
backoffLimit: 1
|
||||
containers:
|
||||
- name: resize
|
||||
image: bitnami/kubectl
|
||||
image: docker.io/alpine/k8s:1.33.4
|
||||
command: ["sh", "-xec"]
|
||||
args:
|
||||
- |
|
||||
|
||||
@@ -41,7 +41,7 @@ spec:
|
||||
restartPolicy: Never
|
||||
containers:
|
||||
- name: update-resources
|
||||
image: bitnami/kubectl:latest
|
||||
image: docker.io/alpine/k8s:1.33.4
|
||||
resources:
|
||||
requests:
|
||||
memory: "16Mi"
|
||||
|
||||
@@ -25,7 +25,7 @@ spec:
|
||||
serviceAccountName: etcd-hook
|
||||
containers:
|
||||
- name: kubectl
|
||||
image: bitnami/kubectl:latest
|
||||
image: docker.io/alpine/k8s:1.33.4
|
||||
command:
|
||||
- sh
|
||||
args:
|
||||
|
||||
@@ -21,7 +21,18 @@ kubeapps:
|
||||
repository: dashboard
|
||||
tag: v0.36.0-alpha.1
|
||||
digest: "sha256:54906b3d2492c8603a347a5938b6db36e5ed5c4149111cae1804ac9110361947"
|
||||
frontend:
|
||||
image:
|
||||
repository: bitnamilegacy/nginx
|
||||
authProxy:
|
||||
image:
|
||||
repository: bitnamilegacy/oauth2-proxy
|
||||
redis:
|
||||
image:
|
||||
repository: bitnamilegacy/redis
|
||||
kubectl:
|
||||
image:
|
||||
repository: bitnamilegacy/kubectl
|
||||
master:
|
||||
resourcesPreset: "none"
|
||||
resources:
|
||||
|
||||
@@ -26,7 +26,7 @@ spec:
|
||||
serviceAccountName: seaweedfs-hook
|
||||
containers:
|
||||
- name: kubectl
|
||||
image: bitnami/kubectl:latest
|
||||
image: docker.io/alpine/k8s:1.33.4
|
||||
command:
|
||||
- sh
|
||||
args:
|
||||
|
||||
@@ -21,6 +21,8 @@ seaweedfs:
|
||||
type: ""
|
||||
volume:
|
||||
replicas: 2
|
||||
resizeHook:
|
||||
image: docker.io/alpine/k8s:1.33.4
|
||||
# minimum free disk space(in percents). If free disk space lower this value - all volumes marks as ReadOnly
|
||||
minFreeSpacePercent: 5
|
||||
dataDirs:
|
||||
|
||||
@@ -13,3 +13,7 @@ velero:
|
||||
volumeSnapshotLocation: null
|
||||
namespace: cozy-velero
|
||||
features: EnableCSI
|
||||
kubectl:
|
||||
image:
|
||||
repository: docker.io/alpine/k8s
|
||||
tag: 1.33.4
|
||||
|
||||
@@ -4,6 +4,11 @@ vertical-pod-autoscaler:
|
||||
crds:
|
||||
enabled: false
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: alpine/k8s
|
||||
tag: 1.33.4
|
||||
|
||||
updater:
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user