fix(it-tools) remove quotes around tag and fix lint (#15325)

It made daily workflow keep the first quote and insert it between quotes
which breaks linting.

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**

Fixes daily workflow tag manipulation, cf
16c5d91fe2 (diff-fbe32532477dfa6417742e2828febabeaf344a0dd4389483b8cec45c1e7122ac)

Also fix the latest daily job wrong quotation issue and bump version

This should supersede https://github.com/truecharts/charts/pull/15318

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Max 2023-11-24 15:46:10 +01:00 committed by GitHub
parent 2e1063528c
commit cd10f0b6c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: ""2023.11.2" appVersion: "2023.11.2"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/it-tools - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools
- https://github.com/CorentinTh/it-tools - https://github.com/CorentinTh/it-tools
type: application type: application
version: 1.0.13 version: 1.0.14
annotations: annotations:
truecharts.org/category: tools truecharts.org/category: tools
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"

View File

@ -1,7 +1,7 @@
image: image:
repository: corentinth/it-tools repository: corentinth/it-tools
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "2023.11.2-7d94e11@sha256:8f6447888ec720a22e5c296592657b5c0b792d441cabe0ea894cafbcdde9cb63\r" tag: 2023.11.2-7d94e11@sha256:8f6447888ec720a22e5c296592657b5c0b792d441cabe0ea894cafbcdde9cb63
service: service:
main: main:
ports: ports: