Nothing: we tag the AppVersion and add v in front to match the tagging used by the official Docker images
A custom tag is provided: we use it directly
Without this modification, custom images need to have a tag prefixed with a "v"
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/RayLabsHQ/gitea-mirror/pull/112
**Author:** [@V-Paranoiaque](https://github.com/V-Paranoiaque)
**Created:** 10/4/2025
**Status:** ✅ Merged
**Merged:** 10/5/2025
**Merged by:** [@arunavo4](https://github.com/arunavo4)
**Base:** `main` ← **Head:** `fix-custom-image-tag`
---
### 📝 Commits (1)
- [`347188f`](https://github.com/RayLabsHQ/gitea-mirror/commit/347188f43d7475fe1b3b072454f27d4017020517) Fix when using a custom tag
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `helm/gitea-mirror/templates/deployment.yaml` (+1 -1)
</details>
### 📄 Description
Hello,
The correct behavior should be:
* Nothing: we tag the AppVersion and add v in front to match the tagging used by the official Docker images
* A custom tag is provided: we use it directly
Without this modification, custom images need to have a tag prefixed with a "v"
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/112
Author: @V-Paranoiaque
Created: 10/4/2025
Status: ✅ Merged
Merged: 10/5/2025
Merged by: @arunavo4
Base:
main← Head:fix-custom-image-tag📝 Commits (1)
347188fFix when using a custom tag📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
helm/gitea-mirror/templates/deployment.yaml(+1 -1)📄 Description
Hello,
The correct behavior should be:
Without this modification, custom images need to have a tag prefixed with a "v"
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.