Skip to content

Commit

Permalink
update v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jun 8, 2021
1 parent e67fec9 commit a35f243
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
LABEL name="MinIO" \
vendor="MinIO Inc <dev@min.io>" \
maintainer="MinIO Inc <dev@min.io>" \
version="v4.1.0" \
release="v4.1.0" \
version="v4.1.1" \
release="v4.1.1" \
summary="MinIO Operator brings native support for MinIO, Console, and Encryption to Kubernetes." \
description="MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads."

Expand Down
2 changes: 1 addition & 1 deletion docs/crd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:console-image: https://hub.docker.com/r/minio/console/tags[minio/console:v0.7.4]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.14.0]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.1.0]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.1.1]
: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 @@ -11,7 +11,7 @@
:console-image: https://hub.docker.com/r/minio/console/tags[minio/console:v0.7.4]
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:v0.14.0]
:prometheus-image: https://quay.io/prometheus/prometheus:latest[prometheus/prometheus:latest]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.1.0]
:logsearch-image: https://hub.docker.com/r/minio/logsearchapi/tags[minio/logsearchapi:v4.1.1]
:postgres-image: https://github.com/docker-library/postgres[library/postgres]

{{ range $groupVersions }}
Expand Down
2 changes: 1 addition & 1 deletion examples/tenant-log-search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ spec:
podManagementPolicy: Parallel

log:
image: minio/logsearchapi:v4.1.0
image: minio/logsearchapi:v4.1.1
audit:
diskCapacityGB: 10
2 changes: 1 addition & 1 deletion helm/minio-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: A Helm chart for MinIO Operator
name: minio-operator
version: 4.1.0
appVersion: v4.1.0
appVersion: v4.1.1
keywords:
- storage
- object-storage
Expand Down
2 changes: 1 addition & 1 deletion helm/minio-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ operator:
nsToWatch: ""
image:
repository: minio/operator
tag: v4.1.0
tag: v4.1.1
pullPolicy: IfNotPresent
imagePullSecrets: []
replicaCount: 1
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.1.0`
- `--image=minio/operator:v4.1.1`
- `--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.1.0"
DefaultOperatorImage = "minio/operator:v4.1.1"

// DefaultTenantImage is the default MinIO image used while creating tenant
DefaultTenantImage = "minio/minio:RELEASE.2021-06-07T21-40-51Z"
Expand Down
4 changes: 2 additions & 2 deletions logsearchapi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ARG TARGETARCH
LABEL name="MinIO" \
vendor="MinIO Inc <dev@min.io>" \
maintainer="MinIO Inc <dev@min.io>" \
version="v4.1.0" \
release="v4.1.0" \
version="v4.1.1" \
release="v4.1.1" \
summary="MinIO Operator brings native support for MinIO, Console, and Encryption to Kubernetes." \
description="MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads."

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 @@ -182,7 +182,7 @@ const PrometheusServiceMonitorSecretKey = "token"
// Log related constants

// DefaultLogSearchAPIImage specifies the latest logsearchapi container image
const DefaultLogSearchAPIImage = "minio/logsearchapi:v4.1.0"
const DefaultLogSearchAPIImage = "minio/logsearchapi:v4.1.1"

// LogPgImage specifies the latest Postgres container image
const LogPgImage = "library/postgres"
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.1.0
image: minio/operator:v4.1.1
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit a35f243

Please sign in to comment.