From c851f8354c0ae4b3f16f09c06b3255ae5688c438 Mon Sep 17 00:00:00 2001 From: cndoit18 Date: Wed, 31 Aug 2022 06:16:51 +0000 Subject: [PATCH] release v0.1.4 --- charts/lxcfs-on-kubernetes/README.md | 6 +++--- go.mod | 2 +- go.sum | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/charts/lxcfs-on-kubernetes/README.md b/charts/lxcfs-on-kubernetes/README.md index e336924..3a2f85b 100644 --- a/charts/lxcfs-on-kubernetes/README.md +++ b/charts/lxcfs-on-kubernetes/README.md @@ -1,6 +1,6 @@ # lxcfs-on-kubernetes -![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square) +![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.4](https://img.shields.io/badge/AppVersion-0.1.4-informational?style=flat-square) `LXCFS` is a small FUSE filesystem written with the intention of making Linux containers feel more like a virtual machine. @@ -23,8 +23,8 @@ Kubernetes: `>= 1.16.0-0` | Key | Type | Default | Description | |-----|------|---------|-------------| -| image.agent | string | `"ghcr.io/cndoit18/lxcfs-agent:v0.1.3"` | lxcfs-on-kubernetes agent image | -| image.manager | string | `"ghcr.io/cndoit18/lxcfs-manager:v0.1.3"` | lxcfs-on-kubernetes controller image | +| image.agent | string | `"ghcr.io/cndoit18/lxcfs-agent:v0.1.4"` | lxcfs-on-kubernetes agent image | +| image.manager | string | `"ghcr.io/cndoit18/lxcfs-manager:v0.1.4"` | lxcfs-on-kubernetes controller image | | imagePullSecrets | list | `[]` | Reference to one or more secrets to be used when pulling images For example: `[ {"name":"image-pull-secret"} ]` | | leaderElection.enable | bool | `false` | Whether to enabled leaderElection | | leaderElection.id | string | `"lxcfs-on-kubernetes-leader-election"` | The id used to store the ConfigMap for leader election | diff --git a/go.mod b/go.mod index 16639b1..2109ab3 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.2 // indirect - github.com/google/go-cmp v0.5.5 // indirect + github.com/google/go-cmp v0.5.6 // indirect github.com/google/gofuzz v1.1.0 // indirect github.com/google/uuid v1.1.2 // indirect github.com/googleapis/gnostic v0.5.5 // indirect diff --git a/go.sum b/go.sum index fe23f22..abafcad 100644 --- a/go.sum +++ b/go.sum @@ -212,8 +212,9 @@ github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ= +github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.1.0 h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g= github.com/google/gofuzz v1.1.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=