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

Commit

Permalink
Bump console v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed Dec 30, 2019
1 parent 81dd23e commit ad55bcb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion a/alpine.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
console:
image: ${REGISTRY_DOMAIN}/rancher/os-alpineconsole:v1.5.5-rc1${SUFFIX}
image: ${REGISTRY_DOMAIN}/rancher/os-alpineconsole:v1.5.5${SUFFIX}
command: ros console-init
privileged: true
labels:
Expand Down
2 changes: 1 addition & 1 deletion c/centos.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
console:
image: ${REGISTRY_DOMAIN}/rancher/os-centosconsole:v1.5.5-rc1${SUFFIX}
image: ${REGISTRY_DOMAIN}/rancher/os-centosconsole:v1.5.5${SUFFIX}
command: ros console-init
privileged: true
labels:
Expand Down
2 changes: 1 addition & 1 deletion d/debian.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
console:
image: ${REGISTRY_DOMAIN}/rancher/os-debianconsole:v1.5.5-rc1${SUFFIX}
image: ${REGISTRY_DOMAIN}/rancher/os-debianconsole:v1.5.5${SUFFIX}
command: ros console-init
privileged: true
labels:
Expand Down
2 changes: 1 addition & 1 deletion f/fedora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
console:
image: ${REGISTRY_DOMAIN}/rancher/os-fedoraconsole:v1.5.5-rc1${SUFFIX}
image: ${REGISTRY_DOMAIN}/rancher/os-fedoraconsole:v1.5.5${SUFFIX}
command: ros console-init
privileged: true
labels:
Expand Down
2 changes: 1 addition & 1 deletion u/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
console:
image: ${REGISTRY_DOMAIN}/rancher/os-ubuntuconsole:v1.5.5-rc1${SUFFIX}
image: ${REGISTRY_DOMAIN}/rancher/os-ubuntuconsole:v1.5.5${SUFFIX}
command: ros console-init
privileged: true
labels:
Expand Down

0 comments on commit ad55bcb

Please sign in to comment.