[bot] [main] Automated version update

This commit is contained in:
Prometheus Operator Bot
2022-06-06 07:41:18 +00:00
parent fbbfff8f37
commit e4991ce916
51 changed files with 175 additions and 105 deletions

View File

@@ -2257,6 +2257,28 @@ spec:
Use case is e.g. spanning an Alertmanager cluster across Kubernetes
clusters with a single replica in each.
type: boolean
hostAliases:
description: Pods' hostAliases configuration
items:
description: HostAlias holds the mapping between IP and hostnames
that will be injected as an entry in the pod's hosts file.
properties:
hostnames:
description: Hostnames for the above IP address.
items:
type: string
type: array
ip:
description: IP address of the host file entry.
type: string
required:
- hostnames
- ip
type: object
type: array
x-kubernetes-list-map-keys:
- ip
x-kubernetes-list-type: map
image:
description: Image if specified has precedence over baseImage, tag
and sha combinations. Specifying the version is still necessary