Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
revert fixing version to some examples
Browse files Browse the repository at this point in the history
  • Loading branch information
n0rad committed Aug 22, 2017
1 parent 393d750 commit c0b5ddc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/aci-base/aci-manifest.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
name: blablacar.github.io/dgr/aci-base:1
name: blablacar.github.io/dgr/aci-base
2 changes: 1 addition & 1 deletion examples/none/aci-grafana/aci-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: blablacar.github.io/dgr/aci-grafana:2.6.0-1
aci:
dependencies:
- blablacar.github.io/dgr/aci-libc:1
- blablacar.github.io/dgr/aci-libc
app:
exec: [ /grafana/bin/grafana-server ]
workingDirectory: /grafana/bin
Expand Down
4 changes: 2 additions & 2 deletions examples/none/aci-libc/aci-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: blablacar.github.io/dgr/aci-libc:1
name: blablacar.github.io/dgr/aci-libc
aci:
dependencies:
- blablacar.github.io/dgr/aci-base:1
- blablacar.github.io/dgr/aci-base
2 changes: 1 addition & 1 deletion examples/none/aci-prometheus/aci-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: blablacar.github.io/dgr/aci-prometheus:0.16.1-1nerve2
aci:
dependencies:
- blablacar.github.io/dgr/aci-libc:1
- blablacar.github.io/dgr/aci-libc
app:
exec: [/prometheus/prometheus, -config.file, /etc/prometheus/prometheus.yml]
mountPoints:
Expand Down
2 changes: 1 addition & 1 deletion examples/none/aci-rkt/aci-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: blablacar.github.io/dgr/aci-rkt:1.3.0
aci:
dependencies:
- blablacar.github.io/dgr/aci-libc:1
- blablacar.github.io/dgr/aci-libc

0 comments on commit c0b5ddc

Please sign in to comment.