fix(ci): disable manifest
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2024-02-15 21:00:53 +01:00
parent 83b48c5d08
commit 7d8e34ee20
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -309,68 +309,68 @@ trigger:
repo: repo:
- volker.raschek/network-tools - volker.raschek/network-tools
--- # ---
kind: pipeline # kind: pipeline
type: kubernetes # type: kubernetes
name: latest-manifest # name: latest-manifest
clone: # clone:
disable: true # disable: true
depends_on: # depends_on:
- latest-amd64 # - latest-amd64
- latest-arm64-v8 # - latest-arm64-v8
# docker.io/plugins/manifest only for amd64 architectures available # # docker.io/plugins/manifest only for amd64 architectures available
node_selector: # node_selector:
kubernetes.io/os: linux # kubernetes.io/os: linux
kubernetes.io/arch: amd64 # kubernetes.io/arch: amd64
steps: # steps:
- name: clone # - name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1 # image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build-manifest # - name: build-manifest
image: docker.io/plugins/manifest:1.4.0 # image: docker.io/plugins/manifest:1.4.0
settings: # settings:
auto_tag: false # auto_tag: false
ignore_missing: true # ignore_missing: true
spec: manifest.tmpl # spec: manifest.tmpl
username: # username:
from_secret: git_cryptic_systems_container_registry_user # from_secret: git_cryptic_systems_container_registry_user
password: # password:
from_secret: git_cryptic_systems_container_registry_password # from_secret: git_cryptic_systems_container_registry_password
- name: email-notification # - name: email-notification
environment: # environment:
SMTP_FROM_ADDRESS: # SMTP_FROM_ADDRESS:
from_secret: smtp_from_address # from_secret: smtp_from_address
SMTP_FROM_NAME: # SMTP_FROM_NAME:
from_secret: smtp_from_name # from_secret: smtp_from_name
SMTP_HOST: # SMTP_HOST:
from_secret: smtp_host # from_secret: smtp_host
SMTP_USERNAME: # SMTP_USERNAME:
from_secret: smtp_username # from_secret: smtp_username
SMTP_PASSWORD: # SMTP_PASSWORD:
from_secret: smtp_password # from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 # image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources: # resources:
limits: # limits:
cpu: 150 # cpu: 150
memory: 150M # memory: 150M
when: # when:
status: # status:
- changed # - changed
- failure # - failure
trigger: # trigger:
branch: # branch:
- master # - master
event: # event:
- cron # - cron
- push # - push
repo: # repo:
- volker.raschek/network-tools # - volker.raschek/network-tools
--- ---
kind: pipeline kind: pipeline
@ -380,8 +380,8 @@ name: latest-sync
clone: clone:
disable: true disable: true
depends_on: # depends_on:
- latest-manifest # - latest-manifest
steps: steps:
- name: clone - name: clone
@ -548,65 +548,65 @@ trigger:
repo: repo:
- volker.raschek/network-tools - volker.raschek/network-tools
--- # ---
kind: pipeline # kind: pipeline
type: kubernetes # type: kubernetes
name: tagged-manifest # name: tagged-manifest
clone: # clone:
disable: true # disable: true
depends_on: # depends_on:
- tagged-amd64 # - tagged-amd64
- tagged-arm64-v8 # - tagged-arm64-v8
# docker.io/plugins/manifest only for amd64 architectures available # # docker.io/plugins/manifest only for amd64 architectures available
node_selector: # node_selector:
kubernetes.io/os: linux # kubernetes.io/os: linux
kubernetes.io/arch: amd64 # kubernetes.io/arch: amd64
steps: # steps:
- name: clone # - name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1 # image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build-manifest # - name: build-manifest
image: docker.io/plugins/manifest:1.4.0 # image: docker.io/plugins/manifest:1.4.0
settings: # settings:
auto_tag: true # auto_tag: true
ignore_missing: true # ignore_missing: true
spec: manifest.tmpl # spec: manifest.tmpl
username: # username:
from_secret: git_cryptic_systems_container_registry_user # from_secret: git_cryptic_systems_container_registry_user
password: # password:
from_secret: git_cryptic_systems_container_registry_password # from_secret: git_cryptic_systems_container_registry_password
- name: email-notification # - name: email-notification
environment: # environment:
SMTP_FROM_ADDRESS: # SMTP_FROM_ADDRESS:
from_secret: smtp_from_address # from_secret: smtp_from_address
SMTP_FROM_NAME: # SMTP_FROM_NAME:
from_secret: smtp_from_name # from_secret: smtp_from_name
SMTP_HOST: # SMTP_HOST:
from_secret: smtp_host # from_secret: smtp_host
SMTP_USERNAME: # SMTP_USERNAME:
from_secret: smtp_username # from_secret: smtp_username
SMTP_PASSWORD: # SMTP_PASSWORD:
from_secret: smtp_password # from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 # image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources: # resources:
limits: # limits:
cpu: 150 # cpu: 150
memory: 150M # memory: 150M
when: # when:
status: # status:
- changed # - changed
- failure # - failure
trigger: # trigger:
event: # event:
- tag # - tag
repo: # repo:
- volker.raschek/network-tools # - volker.raschek/network-tools
--- ---
kind: pipeline kind: pipeline
@ -616,8 +616,8 @@ name: tagged-sync
clone: clone:
disable: true disable: true
depends_on: # depends_on:
- tagged-manifest # - tagged-manifest
steps: steps:
- name: clone - name: clone