making / jaguchi-manifests

1 stars 11 forks source link

Update VMware Tanzu SQL with Postgres for Kubernetes to 1.7.2 #14

Closed making closed 2 years ago

making commented 2 years ago

https://docs.vmware.com/en/VMware-Tanzu-SQL-with-Postgres-for-Kubernetes/1.7/tanzu-postgres-k8s/GUID-release-notes.html#release-1.7.2

making commented 2 years ago

PackageRepositoryのアップデート

https://github.com/tanzu-japan/jaguchi-manifests/commit/edfa06f71528c190af739c22ae796498a63093f8

$ kubectl get package -n tds-system 
NAME                                                   PACKAGEMETADATA NAME                     VERSION         AGE
postgres-operator.sql.tanzu.vmware.com.1.7.1+patch.1   postgres-operator.sql.tanzu.vmware.com   1.7.1+patch.1   93h37m0s
postgres-operator.sql.tanzu.vmware.com.1.7.2+patch.1   postgres-operator.sql.tanzu.vmware.com   1.7.2+patch.1   53s
making commented 2 years ago

Postgres Operatorのアップデート

https://github.com/tanzu-japan/jaguchi-manifests/commit/9a6d39591c99edf54e11d96ad6f3ef5f6f63507b

アップデート前

$ kubectl get postgresversions                      
NAME          DB VERSION
postgres-11   11.15
postgres-12   12.10
postgres-13   13.6
postgres-14   14.2

アップデート後

$ kubectl get postgresversions    
NAME          DB VERSION
postgres-11   11.16
postgres-12   12.11
postgres-13   13.7
postgres-14   14.3