~xdavidwu/flux

ref: cd00e38e6071dfb966d03b1dae57954ffdbc69c5 flux/applications/sourcehut/kustomization.yaml -rw-r--r-- 696 bytes
cd00e38ePinghao Wu sourcehut: bump images a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: sourcehut
labels:
  - pairs:
      app: sourcehut
    includeTemplates: true
    includeSelectors: true
images:
  - name: ghcr.io/xdavidwu/c/metasrht
    newTag: '3564'
  - name: ghcr.io/xdavidwu/c/pagessrht
    newTag: '3565'
  - name: ghcr.io/xdavidwu/c/pastesrht
    newTag: '3566'
  - name: ghcr.io/xdavidwu/c/todosrht
    newTag: '3567'
resources:
  - namespace.yaml
  # TODO untie python flask, go graphql, celery webhooks
  - deployment-pages.yaml
  - service-pages.yaml
  - deployment-paste.yaml
  - service-paste.yaml
  - deployment-todo.yaml
  - service-todo.yaml
  - deployment-meta.yaml
  - service-meta.yaml