fix(perm): fixes template permission

Some nova gotpl files have +x permission. This changes it so they are
consistent with the other gotpl files.

Change-Id: Ifcd4c1032b41363ea8b1d43407315d68d7e9eec8
Signed-off-by: Tin <tin@irrational.io>
This commit is contained in:
Tin 2021-05-17 11:23:39 -05:00
parent 22703bcfb5
commit f5a70102b2
4 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Nova
name: nova
version: 0.2.0
version: 0.2.1
home: https://docs.openstack.org/nova/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
sources:

0
nova/templates/bin/_cell-setup.sh.tpl Executable file → Normal file
View File

0
nova/templates/bin/_db-sync.sh.tpl Executable file → Normal file
View File

View File

@ -21,3 +21,5 @@ nova:
- 0.1.18 Fix the nova-compute-ironic label issue
- 0.1.19 Host resource scale adjustment about ironic
- 0.2.0 Remove support for releases before T
- 0.2.1 Remove unnecessary +x permission on gotpl files
...