krates 1.7.2 → 1.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d2bbfeeb379270a0601442c8a4681025cc411e94ce39fc5773db3c986b10308
4
- data.tar.gz: 6c9ceb70f9f64922331e300450d98baedb838befccba7820b3a922458be9bc2f
3
+ metadata.gz: 1a0e95ca486d50d3208979c0a53876e01bc731d6a1d806f725eeb0fb2633613d
4
+ data.tar.gz: 5d6b71c00c7f4e15916a19484bcec8319becf73f93552bfcd0270390303e85c9
5
5
  SHA512:
6
- metadata.gz: ca947c2b9a566ed9bfa669f1202d6f9aed46b525ff48d39b5698fc335fdeb8d30bb7699ce481711cd06983eaf2d19affaf255076d481f2d31975d82a05b806ac
7
- data.tar.gz: 1dc85a51a1e2e9bc71abe56574321c2bd8f8bb7a6d8d2e1ec6f4a1ba1377d4d9290cd48c3dbd02d05d1ca128263c58de12cabe3d64d392b806b3f981bc78da64
6
+ metadata.gz: 31791db739a37f6d720ecbe6f3da59e50eb8a0c496074aba211089330cb85814571fb739096eda331a0ed49ea5261aa6b1e23be52d3c2e612f684ab6d1a2ac9c
7
+ data.tar.gz: 573f7d60925c4e7e4ed58b509c184cb76f94b95ce254368e3db7d3b2fd0a590c833853313fbd42aa4a6c66ab81d950a70b827b0358de4f5b2a9480688c480870
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.2
1
+ 1.7.3
@@ -7,7 +7,7 @@ module Kontena::Cli::Registry
7
7
  include Kontena::Cli::GridOptions
8
8
  include Kontena::Cli::Stacks::StacksHelper
9
9
 
10
- REGISTRY_VERSION = '2.6.0'
10
+ REGISTRY_VERSION = 'latest'
11
11
 
12
12
  option '--node', 'NODE', 'Node name'
13
13
  option '--s3-bucket', 'S3_BUCKET', 'S3 bucket'
@@ -90,7 +90,7 @@ module Kontena::Cli::Registry
90
90
 
91
91
  data = {
92
92
  name: 'registry',
93
- stack: 'kontena/registry',
93
+ stack: 'krates/registry',
94
94
  version: Kontena::Cli::VERSION,
95
95
  source: '---',
96
96
  registry: 'file://',
@@ -100,7 +100,7 @@ module Kontena::Cli::Registry
100
100
  name: 'api',
101
101
  stateful: stateful,
102
102
  container_count: instances,
103
- image: "kontena/registry:#{REGISTRY_VERSION}",
103
+ image: "krates/registry:#{REGISTRY_VERSION}",
104
104
  volumes: ['/registry'],
105
105
  env: env,
106
106
  secrets: secrets,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: krates
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Tsurbeleu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler