Selaa lähdekoodia

Update Chart.yaml fix app version (#1469)

the version 2023-03-13 seemed a bit old. 

I had a look at the latest commit to the minio charts folder: https://github.com/truenas/charts/commit/acb973d1b21391ee83d884810dbc2d1d7301efd6

It seems that two changes were made:
1. the image version was changed from 2023-03-13 to 2023-07-21
2. app version: 1.7.16 changed to version: 1.7.17 

I think @sonicaj missed changing the app version in the Chart.yml file so the correct image is displayed
smilebasti 2 vuotta sitten
vanhempi
commit
2aebc9375b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      charts/minio/1.7.17/Chart.yaml

+ 1 - 1
charts/minio/1.7.17/Chart.yaml

@@ -5,7 +5,7 @@ annotations:
 type: application
 version: 1.7.17
 apiVersion: v2
-appVersion: '2023-03-13'
+appVersion: '2023-07-21'
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas