Skip to content

Commit 63833db

Browse files
committed
Update Helm chart version to 0.0.0-latest and modify namespace creation setting in values.yaml
1 parent 318e7ba commit 63833db

File tree

3 files changed

+3
-38
lines changed

3 files changed

+3
-38
lines changed

README.md

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ podDisruptionBudget:
260260
261261
```bash
262262
helm install homer-operator oci://ghcr.io/rajsinghtech/homer-operator/charts/homer-operator \
263-
--version 0.1.0 -f values.yaml
263+
--version 0.0.0-latest -f values.yaml
264264
```
265265

266266
---
@@ -292,22 +292,6 @@ helm install homer-operator oci://ghcr.io/rajsinghtech/homer-operator/charts/hom
292292

293293
---
294294

295-
## 🎯 Use Cases
296-
297-
### 🏢 **Enterprise Service Catalog**
298-
Create organization-wide service directories automatically from existing infrastructure.
299-
300-
### 🔧 **DevOps Dashboards**
301-
Monitor and access development, staging, and production environments from a single interface.
302-
303-
### 🏠 **Homelab Management**
304-
Organize personal services and applications with beautiful, mobile-friendly dashboards.
305-
306-
### 📱 **Mobile-first Applications**
307-
Deploy PWA-enabled dashboards that install like native mobile apps.
308-
309-
---
310-
311295
## 🔄 Migration & Compatibility
312296

313297
### From Static Homer Configurations
@@ -338,8 +322,6 @@ The operator supports both simultaneously - migrate gradually:
338322

339323
---
340324

341-
## 🔧 Development & Contributing
342-
343325
### Local Development
344326

345327
```bash
@@ -373,23 +355,6 @@ make manifests
373355

374356
---
375357

376-
## 📚 Documentation
377-
378-
- **[API Reference](docs/api.md)** - Complete API documentation
379-
- **[Helm Chart](charts/homer-operator/README.md)** - Chart configuration options
380-
- **[Examples](config/samples/)** - Sample Dashboard configurations
381-
- **[Contributing](CONTRIBUTING.md)** - Development guidelines
382-
383-
---
384-
385-
## 🤝 Community & Support
386-
387-
- **🐛 Issues**: [GitHub Issues](https://github.com/rajsinghtech/homer-operator/issues)
388-
- **💬 Discussions**: [GitHub Discussions](https://github.com/rajsinghtech/homer-operator/discussions)
389-
- **📖 Documentation**: [Wiki](https://github.com/rajsinghtech/homer-operator/wiki)
390-
391-
---
392-
393358
## 📄 License
394359

395360
This project is licensed under the [Apache License 2.0](LICENSE).

charts/homer-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A Helm chart for deploying the Homer Operator on Kubernetes. The Homer Operator
1212
### Install from OCI Registry (Recommended)
1313

1414
```bash
15-
helm install homer-operator oci://ghcr.io/rajsinghtech/homer-operator/charts/homer-operator --version 0.1.0
15+
helm install homer-operator oci://ghcr.io/rajsinghtech/homer-operator/charts/homer-operator --version 0.0.0-latest
1616
```
1717

1818
### Install from Source

charts/homer-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ crd:
6767
# Namespace configuration
6868
namespace:
6969
# Specifies whether a namespace should be created
70-
create: true
70+
create: false
7171
# Name of the namespace (defaults to release namespace if not specified)
7272
name: ""
7373
# Annotations to add to the namespace

0 commit comments

Comments
 (0)