Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/xUnholy/k8s-gitops into main
Browse files Browse the repository at this point in the history
  • Loading branch information
xunholy committed Jul 9, 2022
2 parents 74fb625 + c2840c1 commit be88c11
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.15.4
FROM docker.io/library/alpine:3.16.0

COPY ./serials /serials

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM --platform=linux/arm64 ghcr.io/talos-systems/u-boot:v0.10.0-alpha.0-35-g325439e as u-boot
FROM --platform=linux/arm64 ghcr.io/talos-systems/raspberrypi-firmware:v0.10.0-alpha.0-35-g325439e as boot

FROM ghcr.io/frezbo/sidero-controller-manager:v0.5.0-dirty
FROM ghcr.io/frezbo/sidero-controller-manager:v0.5.1-dirty

COPY --from=u-boot /rpi_4/u-boot.bin /var/lib/sidero/tftp/
COPY --from=u-boot /rpi_4/bl31.bin /var/lib/sidero/tftp/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.15.3
FROM docker.io/library/alpine:3.16.0

COPY ./serials /serials

Expand Down
2 changes: 1 addition & 1 deletion k8s/namespaces/base/crossplane-system/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: crossplane
version: 1.7.0
version: 1.7.2
sourceRef:
kind: HelmRepository
name: crossplane-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
values:
image:
repository: homeassistant/home-assistant
tag: 2022.4.6
tag: 2022.7.2
env:
TZ: 'Australia/Melbourne'
probes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
values:
image:
repository: ghcr.io/koenkk/zigbee2mqtt
tag: 1.25.0
tag: 1.26.0
env:
TZ: Australia/Melbourne
ZIGBEE2MQTT_DATA: /data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: gateway
version: 1.13.3
version: 1.13.5
sourceRef:
kind: HelmRepository
name: istio-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: base
version: 1.13.3
version: 1.13.5
sourceRef:
kind: HelmRepository
name: istio-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: cni
version: 1.13.3
version: 1.13.5
sourceRef:
kind: HelmRepository
name: istio-charts
Expand Down
2 changes: 1 addition & 1 deletion k8s/namespaces/base/istio-system/istiod/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: istiod
version: 1.13.3
version: 1.13.5
sourceRef:
kind: HelmRepository
name: istio-charts
Expand Down
4 changes: 2 additions & 2 deletions k8s/namespaces/base/kube-system/cilium/install/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ clustermesh:
# -- Clustermesh API server image.
image:
repository: quay.io/cilium/clustermesh-apiserver
tag: v1.11.4
tag: v1.11.6
etcd:
# -- Clustermesh API server etcd image.
image:
repository: quay.io/coreos/etcd
tag: v3.5.3
tag: v3.5.4
pullPolicy: IfNotPresent

# -- Roll out cilium agent pods automatically when configmap is updated.
Expand Down
2 changes: 1 addition & 1 deletion k8s/namespaces/base/kube-system/kubefed/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: kubefed
version: 0.9.1
version: 0.9.2
sourceRef:
kind: HelmRepository
name: kubefed-charts
Expand Down
2 changes: 1 addition & 1 deletion k8s/namespaces/base/kube-system/kured/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
values:
image:
repository: raspbernetes/kured
tag: 1.9.2
tag: 1.10.1
service:
create: true
metrics:
Expand Down
2 changes: 1 addition & 1 deletion k8s/namespaces/base/kube-system/reloader/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: reloader
version: v0.0.110
version: v0.0.117
sourceRef:
kind: HelmRepository
name: stakater-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: sealed-secrets
version: 2.1.6
version: 2.1.8
sourceRef:
kind: HelmRepository
name: sealed-secrets-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: cert-manager
version: v1.7.2
version: v1.7.3
sourceRef:
kind: HelmRepository
name: jetstack-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
values:
image:
repository: raspbernetes/cloudflared
tag: "2022.4.1"
tag: "2022.7.1"
cloudflared:
# Tunnel ID should be unique per instance of running cloudflared
tunnelID: 24724515-cbee-460b-a57e-20c72c840756
Expand Down
2 changes: 1 addition & 1 deletion k8s/namespaces/base/network-system/dex/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
values:
image:
repository: dexidp/dex
tag: v2.31.1
tag: v2.32.0
env:
KUBERNETES_POD_namespace: network-system
config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: node-feature-discovery
version: 0.11.0
version: 0.11.1
sourceRef:
kind: HelmRepository
name: node-feature-discovery-chart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: oauth2-proxy
version: 6.2.0
version: 6.2.1
sourceRef:
kind: HelmRepository
name: oauth2-proxy-chart
Expand Down Expand Up @@ -38,7 +38,7 @@ spec:
values:
image:
repository: quay.io/oauth2-proxy/oauth2-proxy
tag: v7.2.1-arm64
tag: v7.3.0-arm64
# Configure Kubernetes liveness and readiness probes.
# Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/
# Disable both when deploying with Istio 1.0 mTLS. https://istio.io/help/faq/security/#k8s-health-checks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: loki-stack
version: 2.6.4
version: 2.6.5
sourceRef:
kind: HelmRepository
name: grafana-charts
Expand Down
2 changes: 1 addition & 1 deletion k8s/namespaces/base/openfaas/openfaas/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: openfaas
version: 10.0.21
version: 10.0.28
sourceRef:
kind: HelmRepository
name: openfaas-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: kyverno
version: v2.3.3
version: v2.3.4
sourceRef:
kind: HelmRepository
name: kyverno-charts
Expand Down
4 changes: 2 additions & 2 deletions k8s/namespaces/base/velero/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: velero
version: 2.29.4
version: 2.29.8
sourceRef:
kind: HelmRepository
name: vmware-charts
Expand All @@ -32,7 +32,7 @@ spec:
# Init containers to add to the Velero deployment's pod spec. At least one plugin provider image is required.
initContainers:
- name: velero-plugin-for-gcp
image: raspbernetes/velero-gcp-plugin:v1.4.1
image: raspbernetes/velero-gcp-plugin:v1.5.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down

0 comments on commit be88c11

Please sign in to comment.