activek8s 0.4.1 → 0.4.2

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: ba80b0ad50b6d4fdcda98b50b4a8d79ff0f72fc9ac9de8a963c322528104640a
4
- data.tar.gz: 0c334a43ab9dc4d80b505ff3a943b0ebb58449c6ff69fdcb40400230b9b28180
3
+ metadata.gz: 313efe02a8df5850228c48390db31c5a371d38db5d9bccd7f7d1a3dd33db8df1
4
+ data.tar.gz: a50f2cea61c833047090ff28dd9cc428488eb859babf3291037966a0ac0155e7
5
5
  SHA512:
6
- metadata.gz: eb4b44b5c9b32966a5780554bfb61d7f55801fb835d44f9fa23d364226ab1b9cbada21d450bbc649de70685964965f0c3d29d13c3093a48487ed37cf96b953a6
7
- data.tar.gz: 9fe7f8605c9c7241fdaf11323ffc2402fac33f397e96d9a1d07de363fac8a7072694631b4095eac5ba7ddc727b8b5d4ae9dddbd299522159b7d8a4364c9ecf1f
6
+ metadata.gz: 7009371a45eb0c644cd82c8d689eba9a443ab837f8e0aa7dca1c2ea251a66ad63ceba71eb4900c7a6c9c65423f6dd4383a5750cf1cd37cf7780f0adb36014baa
7
+ data.tar.gz: 67efc00fec0669880c9a930c7b3cfe470a897c1ec77c82fc6ee90fce6ecb41b0d527d13ea60b5bf44d3cfca88f349d29827e7da98664901b5711cf8f747fec97
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activek8s (0.4.1)
4
+ activek8s (0.4.2)
5
5
  childprocess (~> 1.0.0)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module Activek8s
2
- VERSION = '0.4.1'.freeze
2
+ VERSION = '0.4.2'.freeze
3
3
  end
@@ -2,7 +2,7 @@ namespace 'ak8s' do
2
2
  desc 'Port forwards kibana to access logs'
3
3
  task :kibana, [:namespace, :port] do |_t, args|
4
4
  args.with_defaults(namespace: 'logging', port: '5601')
5
- Rake::Task['ak8s:port_forward'].invoke(args.namespace,
5
+ Rake::Task['ak8s:port_forward_service'].invoke(args.namespace,
6
6
  'kibana',
7
7
  args.port,
8
8
  args.port)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activek8s
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Valverde Arredondo