- Uplifts the image to nginx 0.42.0 to address CVEs
- Updates nginx.tmpl accordingly for nginx 0.42.0
- Adds CLusterRole and labels needed for nginx 0.42.0
- Updates release notes for mariadb
Change-Id: Ie4e2a66873bc130c547ff8f30d8e1b2ee9a62186
This change removes the ignore-errors parameter for the
linter in order to enforce release note updates per chart
change.
Change-Id: I15f538be3c4ad253d5c4f64c21c0b1df10e7e5d2
This patchset updates grafana chart manifests to enable TLS with
osh-infra mariadb. TLS for osh-infra mariadb is completed as part
of TLS phase 1, no additional mariadb chart work is required to
work with this patch.
Change-Id: Ic01e7c012ab2167d59b2117eb985386666f2bb2a
About zookeeper chart,It's been removed,But there are still some related scripts that have not been completely deleted,we should remove them.
Change-Id: Iae20717482ad6c7a40f54174eef120d094abbd59
This change updates the releasenotes for the ldap chart to the
latest version of the chart as of this patchset.
Change-Id: I8c22fb3a7b0c6235e7179d96e32c1f160bf08ed2
Currently pool quotas and pg_num calculations are both based on
percent_total_data values. This can be problematic when the amount
of data allowed in a pool doesn't necessarily match the percentage
of the cluster's data expected to be stored in the pool. It is
also more intuitive to define absolute quotas for pools.
This change adds an optional pool_quota value that defines an
explicit value in bytes to be used as a pool quota. If pool_quota
is omitted for a given pool, that pool's quota is set to 0 (no
quota).
A check_pool_quota_target() Helm test has also been added to
verify that the sum of all pool quotas does not exceed the target
quota defined for the cluster if present.
Change-Id: I959fb9e95d8f1e03c36e44aba57c552a315867d0
This change updates the releasenotes for the elasticsearch chart to the latest version of the chart as of this patchset.
Change-Id: Idd4180993775807ebcef3e7879afb2f8ab42148c
When using helm3 to deploy, it fails as helm 3
no longer supports rbac.authorization.k8s.io/v1beta1,
but v1 can support helm2 and helm3 (liujinyuan@inspur.com).
Change-Id: I8e0ceb0c0991fd48b5b6a1b688a5c1b91f58c02e
This reverts commit 910ed906d0df247f826ad527211bc86382e16eaa.
Reason for revert: May be causing upstream multinode gates to fail.
Change-Id: I1ea7349f5821b549d7c9ea88ef0089821eff3ddf
This change updates the releasenotes for the libvirt chart to the latest version of the chart as of this patchset.
Change-Id: I055c69b4c5a266641b4684a94a46675475f27409
Grafana v7.3 has ability to add the customized dashboard as homepage.
This removes the necessity to have explicit job to add a homepage.
Clean up the explicit add_home-dashboard job.
Change-Id: I68baa7693f545e2d91dba01ae61b4bdae8a26bee
Update the elasticsearch-master statefulset to use the correct
helm-toolkit snippet for the update strategy.
Change-Id: Ifd07a13cc63f1ba610a3f70052ec64be9db3b09c
This change updates the releasenotes for the postgresql chart
to the latest version of the chart as of this patchset.
Change-Id: I20c58040b5c0978fa255c15224ffc2386fa35d7d
This change updates the releasenotes checking script in the linting
gate to be able to be ran from other osh repos.
Change-Id: Id897c7e10d0792b6df01c8a5e82e68cff2a99b0e