From 26500ae3b6d1dd637b72a242c8bf7e66c6ab8c3e Mon Sep 17 00:00:00 2001 From: gruberdev Date: Fri, 2 Feb 2024 05:02:32 -0300 Subject: [PATCH] Revert "Merge main into renovate/erisamoe-cloudflared-2024.x" This reverts commit 991e21aaae980cb7b11efddef7544d77487e7de9, reversing changes made to 81e304811aeb42c41bec6dd489834d30fbcc41ef. --- apps/home/README.md | 7 ++++--- apps/home/ha/README.md | 2 -- apps/networking/tailscale/operator/base/deployment.yaml | 6 +++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/apps/home/README.md b/apps/home/README.md index 8b3081bb3..bacfc68e7 100644 --- a/apps/home/README.md +++ b/apps/home/README.md @@ -50,10 +50,12 @@ flowchart TD style Whisper fill:#d7e3fc,stroke:#858585,stroke-width:1px style Host_Computer fill:#abc4ff,stroke:#858585,stroke-width:1px ``` + + + ### AI-Related resources -- [Training a custom word to activate *openWakeWord*][oww-train-uri] -- [A technical introduction to training voices for *Piper*][piper-intro] +- [Training a custom word to activate *openWakeWord*][oww-train-uri] ### General personal resources @@ -64,4 +66,3 @@ flowchart TD [tizen-page-samsung]: https://www.samsung.com/us/support/answer/ANS00062224/ [samsung-update-tv]: https://www.samsung.com/br/support/model/UN50AU8000GXZD/#tips [oww-train-uri]: https://colab.research.google.com/drive/1q1oe2zOyZp7UsB3jJiQ1IFn8z5YfjwEb?usp=sharing#scrollTo=1cbqBebHXjFD -[piper-intro]: https://github.com/ZachB100/Piper-Training-Guide-with-Screen-Reader \ No newline at end of file diff --git a/apps/home/ha/README.md b/apps/home/ha/README.md index f4936155b..127acbd8c 100644 --- a/apps/home/ha/README.md +++ b/apps/home/ha/README.md @@ -58,7 +58,6 @@ kubectl apply -k github.com/gruberdev/homelab/apps/home/ha - [decluttering-card][decluttering-card] - [energy-entity-row][energy-entity-row] - [layout-card][layout-card] -- [tailwindcss-template-card][tailwind-card] ### General personal documentation @@ -96,7 +95,6 @@ kubectl apply -k github.com/gruberdev/homelab/apps/home/ha [decluttering-card]: https://github.com/custom-cards/decluttering-card [energy-entity-row]: https://github.com/zeronounours/lovelace-energy-entity-row [layout-card]: https://github.com/thomasloven/lovelace-layout-card -[tailwind-card]: https://github.com/usernein/tailwindcss-template-card [ha-samsung-uri]: https://github.com/home-assistant/core/issues/70777 [broadlink-custom-uri]: https://github.com/usernein/tv-card/blob/c8f0a76424844772934613d45691d9b3860ff36b/README.md?plain=1#L88-L130 \ No newline at end of file diff --git a/apps/networking/tailscale/operator/base/deployment.yaml b/apps/networking/tailscale/operator/base/deployment.yaml index 7923dd3ef..b09edcee5 100644 --- a/apps/networking/tailscale/operator/base/deployment.yaml +++ b/apps/networking/tailscale/operator/base/deployment.yaml @@ -21,8 +21,8 @@ spec: secretName: operator-oauth containers: - name: operator - image: docker.io/tailscale/k8s-operator:unstable-v1.57.65 - imagePullPolicy: IfNotPresent + image: docker.io/grubertech/tailscale-operator:latest + imagePullPolicy: Always resources: requests: cpu: 300m @@ -50,7 +50,7 @@ spec: - name: CLIENT_SECRET_FILE value: /oauth/client_secret - name: PROXY_IMAGE - value: docker.io/tailscale/tailscale:unstable-v1.57.65 + value: docker.io/tailscale/tailscale:unstable-v1.57.56 - name: PROXY_TAGS value: tag:k8s - name: AUTH_PROXY