Skip to content

Commit

Permalink
update v4.3.8 -> v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jan 5, 2022
1 parent 5040481 commit 8ec40df
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/crd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2022-01-04T07-41-07Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.17.5]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.3.8]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.4.0]
:postgres-image: https://github.com/docker-library/postgres[library/postgres]


Expand Down
2 changes: 1 addition & 1 deletion docs/templates/asciidoctor/gv_list.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2022-01-04T07-41-07Z]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.17.5]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.3.8]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.4.0]
:postgres-image: https://github.com/docker-library/postgres[library/postgres]

{{ range $groupVersions }}
Expand Down
2 changes: 1 addition & 1 deletion examples/kustomization/base/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ spec:
# app: minio-sm
## LogSearch API setup for MinIO Tenant.
log:
image: "" # defaults to minio/logsearchapi:v4.3.8
image: "" # defaults to minio/logsearchapi:v4.4.0
resources: { }
nodeSelector: { }
affinity:
Expand Down
2 changes: 1 addition & 1 deletion kubectl-minio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Creates MinIO Operator Deployment along with MinIO Tenant CRD, Service account,

Options:

- `--image=minio/operator:v4.3.8`
- `--image=minio/operator:v4.4.0`
- `--namespace=minio-operator`
- `--cluster-domain=cluster.local`
- `--namespace-to-watch=default`
Expand Down
2 changes: 1 addition & 1 deletion kubectl-minio/cmd/helpers/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const (
DefaultImagePullPolicy = corev1.PullIfNotPresent

// DefaultOperatorImage is the default operator image to be used
DefaultOperatorImage = "minio/operator:v4.3.8"
DefaultOperatorImage = "minio/operator:v4.4.0"

// DefaultTenantImage is the default MinIO image used while creating tenant
DefaultTenantImage = "minio/minio:RELEASE.2022-01-04T07-41-07Z"
Expand Down
6 changes: 3 additions & 3 deletions manifests/minio-operator.v4.1.2.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ metadata:
capabilities: "Full Lifecycle"
categories: "Storage, Big Data, AI/Machine Learning"
certified: "false"
containerImage: "minio/operator:v4.3.8"
containerImage: "minio/operator:v4.4.0"
createdAt: 2021-03-17 00:00:00 +00:00
description: " MinIO Operator allows creating distributed MinIO Clusters and manage their lifecycle"
repository: "https://github.com/minio/operator"
support: "MinIO, Inc."
name: minio-operator.v4.3.8
name: minio-operator.v4.4.0
namespace: placeholder
spec:
customresourcedefinitions:
Expand Down Expand Up @@ -182,7 +182,7 @@ spec:
app: minio-operator
spec:
containers:
- image: "docker.io/minio/operator:v4.3.8"
- image: "docker.io/minio/operator:v4.4.0"
name: minio-operator
serviceAccountName: minio-operator
permissions:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/minio.min.io/v2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const PrometheusHLSvcNameSuffix = "-prometheus-hl-svc"
// Log related constants

// DefaultLogSearchAPIImage specifies the latest logsearchapi container image
const DefaultLogSearchAPIImage = "minio/logsearchapi:v4.3.8"
const DefaultLogSearchAPIImage = "minio/logsearchapi:v4.4.0"

// LogPgImage specifies the latest Postgres container image
const LogPgImage = "library/postgres:13"
Expand Down
2 changes: 1 addition & 1 deletion resources/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: minio-operator
containers:
- name: minio-operator
image: minio/operator:v4.3.8
image: minio/operator:v4.4.0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit 8ec40df

Please sign in to comment.