Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions images/dovecot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM instantlinux/postfix:3.10.8-r0
FROM instantlinux/postfix:3.11.4-r0

ARG BUILD_DATE
ARG VCS_REF
Expand All @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools

ARG DOVECOT_VERSION=2.4.3-r1
ARG DOVECOT_VERSION=2.4.3-r2
ARG PROCMAIL_VERSION=3.22-r4
ARG MKCERT_SHA=d1efad065f9ef34da372847ff4a4d5ffd86b97410b303d8a43ea25aa2119c86d
ARG PROCMAIL_SHA=4ac9f21c3d7dbed5b32e7547da39f4d429de480679b4c856026caea39ca842f9
Expand Down
4 changes: 2 additions & 2 deletions images/dovecot/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://github.com/vdukhovni/dovecot
type: application
version: 0.1.14
appVersion: "2.4.3-r1"
version: 0.1.15
appVersion: "2.4.3-r2"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
1 change: 1 addition & 0 deletions images/haproxy-keepalived/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sources:
type: application
version: 0.1.23
appVersion: "3.3.11-alpine-2.3.4-r2"
#appVersion: "3.3.10-alpine-2.3.4-r3"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
2 changes: 1 addition & 1 deletion images/mariadb-galera/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mariadb:12.2.2
FROM mariadb:12.3.2
ARG BUILD_DATE
ARG VCS_REF
LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
Expand Down
4 changes: 2 additions & 2 deletions images/mariadb-galera/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ sources:
- https://github.com/MariaDB/server
- https://github.com/MariaDB/galera
type: application
version: 0.1.3
appVersion: "12.2.2"
version: 0.1.4
appVersion: "12.3.2"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
4 changes: 2 additions & 2 deletions images/weewx/helm-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ home: https://github.com/instantlinux/docker-tools
sources:
- https://github.com/instantlinux/docker-tools
type: application
version: 0.1.5
appVersion: "1.29.3-alpine"
version: 0.1.6
appVersion: "1.31.2-alpine"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
6 changes: 3 additions & 3 deletions k8s/helm/authelia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://github.com/authelia/authelia
type: application
version: 0.1.11
appVersion: "4.39.19"
version: 0.1.12
appVersion: "4.39.20"
dependencies:
- name: chartlib
version: 0.1.8
Expand All @@ -16,5 +16,5 @@ dependencies:
version: 0.1.0
repository: file://subcharts/ldap
- name: redis
version: 0.1.0
version: 0.1.1
repository: file://subcharts/redis
4 changes: 2 additions & 2 deletions k8s/helm/authelia/subcharts/redis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://hub.docker.com/_/redis
type: application
version: 0.1.0
appVersion: "3.2.11-alpine"
version: 0.1.1
appVersion: "8.8.0-alpine"
dependencies:
- name: chartlib
version: 0.1.6
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/etcd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://github.com/etcd-io/etcd
type: application
version: 0.1.7
appVersion: "v3.5.26"
version: 0.1.8
appVersion: "v3.6.12"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
1 change: 0 additions & 1 deletion k8s/helm/etcd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ statefulset:
# key: discovery
# name: etcd-token
env:
etcdctl_api: "2"
etcd_data_dir: /var/lib/etcd
etcd_enable_v2: "true"
etcd_initial_cluster: ""
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/immich/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sources:
type: application
version: 0.1.0
# Reminder, update tag for ml instance in values.yaml
appVersion: v2.7.5
appVersion: v3.0.1
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/immich/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@ postgres:
ml:
enabled: true
image:
tag: v2.7.5
tag: v3.0.1
env:
immich_log_level: info
2 changes: 1 addition & 1 deletion k8s/helm/restic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ volumes:
image:
repository: alpine
pullPolicy: IfNotPresent
tag: 3.23
tag: 3.24

nameOverride: ""
fullnameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion services/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif
default: $(HOST)

cumbre: haproxy-keepalived nut-upsd
k2: nagios haproxy-keepalived keycloak restic-server
k2: haproxy-keepalived keycloak nagios restic-server

$(SERVICES)::
@echo Starting $@
Expand Down
Loading