We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34195a commit 75c00deCopy full SHA for 75c00de
apps/drone/kustomization.yaml
@@ -4,12 +4,9 @@ bases:
4
- ./base
5
- https://github.com/gruberdev/homelab/apps/networking/tailscale
6
- https://github.com/gruberdev/homelab/apps/networking/cloudflared
7
-
8
patchesStrategicMerge:
9
- overlay/cloudflared-cm.yaml
10
11
namespace: drone
12
13
patches:
14
- path: https://raw.githubusercontent.com/gruberdev/homelab/main/apps/networking/tailscale/patch.yaml
15
target:
@@ -36,6 +33,8 @@ patches:
36
33
37
34
kind: Deployment
38
35
name: cloudflared
39
40
commonAnnotations:
41
reloader.stakater.com/auto: "true"
+images:
+- name: drone/drone
+ newTag: 2.12.1
0 commit comments