8 Commits

3 changed files with 20 additions and 20 deletions

View File

@ -18,15 +18,15 @@
### Infrastructure ### Infrastructure
- ![Kubernetes][k8s] - Isn't it obvious? - [Kubernetes][k8s] - Isn't it obvious?
- ![Helm][helm] - Easily deploy and manage Kubernetes applications - [Helm][helm] - Easily deploy and manage Kubernetes applications
- ![Traefik][traefik] - Web reverse proxy - [Traefik][traefik] - Web reverse proxy
- ![Cert Manager][cert-manager] - Generates LetsEncrypt certificates - [Cert Manager][cert-manager] - Generates LetsEncrypt certificates
- ![Metallb][metallb] - Load Balancer - [Metallb][metallb] - Load Balancer
- ![NFS][nfs] - Remote Storage for PVs - [NFS][nfs] - Remote Storage for PVs
- ![FluxCD][fluxcd] - GitOps - [FluxCD][fluxcd] - GitOps
- ![Spegel][spegel] - Local Docker registry cache - [Spegel][spegel] - Local Docker registry cache
- ![Eraser][eraser] - Automated cleanup of old docker images - [Eraser][eraser] - Automated cleanup of old docker images
### Services ### Services
@ -62,12 +62,12 @@ Don't forget to give the project a star! Thanks again!
<!-- MARKDOWN LINKS & IMAGES --> <!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[fluxcd]: https://fluxcd.io [fluxcd]: https://fluxcd.io/
[k8s]: https://kubernetes.io [k8s]: https://kubernetes.io/
[helm]: https://helm.sh [helm]: https://helm.sh/
[traefik]: https://traefik.io [traefik]: https://traefik.io/
[cert-manager]: https://cert-manager.io [cert-manager]: https://cert-manager.io/
[metallb]: https://metallb.org [metallb]: https://metallb.org/
[nfs]: https://nfs.fascinated.cc [nfs]: https://nfs.fascinated.cc/
[spegel]: https://github.com/spegel-org/spegel [spegel]: https://github.com/spegel-org/spegel/
[eraser]: https://eraser-dev.github.io [eraser]: https://github.com/eraser-dev/eraser/

View File

@ -4570,7 +4570,7 @@ spec:
resourceFieldRef: resourceFieldRef:
containerName: manager containerName: manager
resource: limits.memory resource: limits.memory
image: ghcr.io/fluxcd/source-controller:v1.3.0 image: ghcr.io/fluxcd/source-controller:v1.4.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
httpGet: httpGet:

View File

@ -505,7 +505,7 @@ spec:
fieldPath: metadata.namespace fieldPath: metadata.namespace
- name: OTEL_SERVICE_NAME - name: OTEL_SERVICE_NAME
value: eraser-manager value: eraser-manager
image: ghcr.io/eraser-dev/eraser-manager:v1.4.0-beta.0 image: ghcr.io/eraser-dev/eraser-manager:v1.5.0-beta.0
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz