Skip to content

Commit

Permalink
feat(plugins): add helm diff to status (#890)
Browse files Browse the repository at this point in the history
* feat(plugins) Add helm diff to status (#858)

* feat(plugins) Fix Diff status after rebase (#858)

* Automatic generation of CRD API Docs

* Automatic generation of CRD API Docs

---------

Co-authored-by: Cloud Operator <[email protected]>
  • Loading branch information
gciezkowski-acc and cloud-operator authored Feb 17, 2025
1 parent f44dd43 commit cd70698
Show file tree
Hide file tree
Showing 6 changed files with 738 additions and 707 deletions.
4 changes: 4 additions & 0 deletions charts/manager/crds/greenhouse.sap_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ spec:
HelmReleaseStatus reflects the status of the latest HelmChart release.
This is only configured if the pluginDefinition is backed by HelmChart.
properties:
diff:
description: Diff contains the difference between the deployed
helm chart and the helm chart in the last reconciliation
type: string
firstDeployed:
description: FirstDeployed is the timestamp of the first deployment
of the release.
Expand Down
11 changes: 11 additions & 0 deletions docs/reference/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,17 @@ <h3 id="greenhouse.sap/v1alpha1.HelmReleaseStatus">HelmReleaseStatus
<p>PluginOptionChecksum is the checksum of plugin option values.</p>
</td>
</tr>
<tr>
<td>
<code>diff</code><br>
<em>
string
</em>
</td>
<td>
<p>Diff contains the difference between the deployed helm chart and the helm chart in the last reconciliation</p>
</td>
</tr>
</tbody>
</table>
</div>
Expand Down
Loading

0 comments on commit cd70698

Please sign in to comment.