Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackspirou committed Nov 29, 2024
1 parent 00bf32e commit 2740244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/shcv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Error Handling:
<a name="Version"></a>Version is the current version of shcv

```go
const Version = "1.0.5"
const Version = "1.0.6"
```

<a name="Chart"></a>
Expand Down Expand Up @@ -166,13 +166,13 @@ func (c *Chart) ProcessReferences()
ProcessReferences ensures all referenced values exist in values.yaml.

<a name="Chart.UpdateValueFiles"></a>
### func \(\*Chart\) [UpdateValueFiles](<https://github.com/agentstation/shcv/blob/master/pkg/shcv/pkg/shcv/shcv.go#L237>)
### func \(\*Chart\) [UpdateValueFiles](<https://github.com/agentstation/shcv/blob/master/pkg/shcv/pkg/shcv/shcv.go#L239>)

```go
func (c *Chart) UpdateValueFiles() error
```

UpdateValueFiles ensures all referenced values exist in values.yaml. It adds missing values with appropriate defaults and updates the file atomically. The operation is skipped if no changes are needed.
UpdateValueFiles ensures all referenced values exist in values.yaml. It adds missing values with appropriate defaults and updates the file. The operation is skipped if no changes are needed.

<a name="Option"></a>
## type [Option](<https://github.com/agentstation/shcv/blob/master/pkg/shcv/pkg/shcv/config.go#L25>)
Expand Down

0 comments on commit 2740244

Please sign in to comment.