Merge pull request #22 from fluxcd/update-fluxcdio

Change annotations to fluxcd.io
master
Stefan Prodan 2019-10-18 12:44:52 +03:00 committed by GitHub
commit f487106c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View File

@ -5,8 +5,8 @@ metadata:
name: ghost name: ghost
namespace: demo namespace: demo
annotations: annotations:
flux.weave.works/automated: "false" fluxcd.io/automated: "false"
flux.weave.works/tag.chart-image: glob:1.21.* fluxcd.io/tag.chart-image: glob:1.21.*
spec: spec:
releaseName: ghost releaseName: ghost
chart: chart:

View File

@ -5,8 +5,8 @@ metadata:
name: mongodb name: mongodb
namespace: demo namespace: demo
annotations: annotations:
flux.weave.works/automated: "false" fluxcd.io/automated: "false"
flux.weave.works/tag.chart-image: semver:~4.0 fluxcd.io/tag.chart-image: semver:~4.0
spec: spec:
releaseName: mongodb releaseName: mongodb
chart: chart:

View File

@ -5,11 +5,11 @@ metadata:
name: redis name: redis
namespace: demo namespace: demo
annotations: annotations:
flux.weave.works/automated: "true" fluxcd.io/automated: "true"
flux.weave.works/tag.chart-image: semver:~4.0 fluxcd.io/tag.chart-image: semver:~4.0
flux.weave.works/locked: 'true' fluxcd.io/locked: "true"
flux.weave.works/locked_msg: '"Halt updates for now"' fluxcd.io/locked_msg: "Halt updates for now"
flux.weave.works/locked_user: Stefan Prodan <stefan@weave.works> fluxcd.io/locked_user: "Stefan Prodan <stefan@weave.works>"
spec: spec:
releaseName: redis releaseName: redis
chart: chart:

View File

@ -7,9 +7,9 @@ metadata:
labels: labels:
app: podinfo app: podinfo
annotations: annotations:
flux.weave.works/automated: "true" fluxcd.io/automated: "true"
flux.weave.works/tag.init: regex:^3.10.* fluxcd.io/tag.init: regex:^3.10.*
flux.weave.works/tag.podinfod: semver:~2.1 fluxcd.io/tag.podinfod: semver:~2.1
spec: spec:
strategy: strategy:
rollingUpdate: rollingUpdate: