Skip to content

Commit

Permalink
Add loki-operator multi-arch image manifest (grafana#8073)
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis authored Jan 10, 2023
1 parent 4d97dc0 commit 39f2856
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ local manifest_ecr(apps, archs) = pipeline('manifest-ecr') {
fluentd(),
logstash(),
querytee(),
manifest(['promtail', 'loki', 'loki-canary']) {
manifest(['promtail', 'loki', 'loki-canary', 'loki-operator']) {
trigger+: onTagOrMain,
},
pipeline('deploy') {
Expand Down
15 changes: 14 additions & 1 deletion .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,19 @@ steps:
target: loki-canary
username:
from_secret: docker_username
- depends_on:
- clone
- manifest-loki-canary
image: plugins/manifest
name: manifest-loki-operator
settings:
ignore_missing: false
password:
from_secret: docker_password
spec: .drone/docker-manifest.tmpl
target: loki-operator
username:
from_secret: docker_username
trigger:
event:
- push
Expand Down Expand Up @@ -1620,6 +1633,6 @@ kind: secret
name: gpg_private_key
---
kind: signature
hmac: fe9a2585353898836876a160d6817e1a954d79b72953fc89f25cb16d87c50432
hmac: b07d95d16c5f0170c2f5c16a7b73a73b5c3989b531bf4a79e8487166cc8bf77b

...

0 comments on commit 39f2856

Please sign in to comment.