Compare commits

...

2 Commits

Author SHA1 Message Date
CuBiC
5521e92c2b [node-feature-discovery] New image repository and version bump to v0.7.0 (#423) 2020-12-20 19:41:22 -05:00
ᗪєνιη ᗷυнʟ
9b9796004a [monica] fix word (#422) 2020-12-20 16:39:51 -05:00
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.19.1
description: A Personal Relationship Management tool to help you organize your social life
name: monica
version: 2.2.1
version: 2.2.2
keywords:
- crm
home: https://www.monicahq.com/

View File

@@ -9,7 +9,7 @@ This chart supports many different environment variables. See the [Monica Docume
```shell
$ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install k8s-at-home/moica
$ helm install k8s-at-home/monica
```
## Installing the Chart

View File

@@ -1,7 +1,7 @@
apiVersion: v2
name: node-feature-discovery
version: 2.0.0
appVersion: 0.6.0
version: 2.1.0
appVersion: 0.7.0
description: Detect hardware features available on each node in a Kubernetes cluster, and advertises those features using node labels
keywords:
- kubernetes

View File

@@ -3,10 +3,10 @@
# Declare variables to be passed into your templates.
image:
repository: quay.io/kubernetes_incubator/node-feature-discovery
repository: gcr.io/k8s-staging-nfd/node-feature-discovery
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.6.0"
tag: "v0.7.0"
imagePullSecrets: []
nameOverride: ""