use homarr
This commit is contained in:
@@ -11,9 +11,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: renovate
|
||||
# Update this to the latest available and then enable Renovate on
|
||||
# the manifest
|
||||
image: renovate/renovate:35
|
||||
image: renovate/renovate
|
||||
args:
|
||||
- user/repo
|
||||
# Environment Variables
|
||||
|
@@ -1,8 +1,14 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- env.sealedsecret.yaml
|
||||
- cronjob.yaml
|
||||
|
||||
namespace: renovate
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- env.sealedsecret.yaml
|
||||
- cronjob.yaml
|
||||
|
||||
images:
|
||||
- name: renovate/renovate
|
||||
newName: renovate/renovate
|
||||
newTag: "35"
|
||||
|
Reference in New Issue
Block a user